Script artifact generation
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
if [ -z "${RELEASE_TOKEN}" ]; then
|
||||
echo "Please set the RELEASE_TOKEN env var."
|
||||
exit 1
|
||||
fi
|
||||
docker build -f build.Dockerfile -t lemur-build .
|
||||
docker run -it --rm -e RELEASE_TOKEN="${RELEASE_TOKEN}" -v .:/app -w /app --entrypoint bash lemur-build /app/scripts/do-release.sh
|
||||
Reference in New Issue
Block a user