Archived
1
0

Fixes for CI from @code-asher's review

This commit is contained in:
Anmol Sethi
2020-05-08 16:31:42 -04:00
parent 231e31656a
commit 7c7f62d3f3
8 changed files with 43 additions and 20 deletions

View File

@ -10,6 +10,7 @@ main() {
fi
download_artifact release-packages ./release-packages
./ci/release-container/build.sh
./ci/release-container/push.sh
}

View File

@ -5,7 +5,7 @@ main() {
cd "$(dirname "$0")/../.."
yarn release:static
./ci/build/test-static-release.sh
yarn test:static-release
yarn package
}