Add ci tasks to validate vsce_token without publishing

This commit is contained in:
Kris De Volder
2022-04-21 09:37:40 -07:00
parent 94b69086bc
commit d2b38b8eec
3 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
inputs:
- name: sts4
platform: linux
image_resource:
type: docker-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))
repository: springci/sts4-build-env
run:
path: sts4/concourse/tasks/vsce-verify-token.sh

View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -e
workdir=`pwd`
vsce verify-pat -p Pivotal