Skip to content

Commit

Permalink
Merge pull request #7161 from learningequality/release-v0.13.x
Browse files Browse the repository at this point in the history
 Forcing GH upload step to use Vader | 0.14 <- 0.13
  • Loading branch information
DXCanas authored Jun 24, 2020
2 parents c1ac886 + eae50a5 commit 6ae1c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ steps:

- label: Upload Release Artifacts
command: .buildkite/setup_and_upload_artifact.sh
agents:
vader=true
if: build.tag != null

- wait
Expand Down
6 changes: 0 additions & 6 deletions .buildkite/setup_and_upload_artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ echo "Now excuting upload artifacts script..."
mkdir -p dist
buildkite-agent artifact download 'dist/*' dist/

{
buildkite-agent artifact download '*.exe' dist/ --step "Sign Windows installer"
} || {
echo "No signed Windows installer found"
}

$PYTHON_CMD
if [ $? -ne 0 ]; then
echo ".. Abort! Can't execute '$PYTHON_CMD'."
Expand Down

0 comments on commit 6ae1c0a

Please sign in to comment.