#!/bin/bash set -e workdir=`pwd` sources=$workdir/sts4/eclipse-distribution/common/html target=$workdir/website # consider passing this in from pipeline as a env var if we are also going to use it for 'release' builds dist_type=snapshot #cp -r "${sources}/stylesheet.css" "$target" #cp -r ${sources}/*.js "$target" #cp s3-manifest-yaml-vsix/*.vsix "$target" packages=$(ls -d s3-*) echo "package=${packages}" echo "