Add task yml and script to pubish boot-dev-pack to ovsx

This commit is contained in:
Kris De Volder
2020-10-20 12:26:34 -07:00
parent 517cd8f8f9
commit 22511567a8
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
workdir=`pwd`
sources=$workdir/sts4/eclipse-distribution/common/html
ovsx publish -p $ovsx_token

View File

@@ -0,0 +1,12 @@
platform: linux
image_resource:
type: registry-image
source:
repository: kdvolder/sts4-build-env
params:
ovsx_token: ovsx_token_should_be_set
inputs:
- name: tasks
- name: sts4
run:
path: tasks/concourse/tasks/ovsx-build-and-publish.sh