Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #25 from EmbarkStudios/buildkite-artifact-upload-r…
Browse files Browse the repository at this point in the history
…emove

Removes uploading artifact using buildkite agent
  • Loading branch information
Fredrik Grönqvist authored Dec 13, 2019
2 parents e8a6da5 + 301b1b4 commit bf2c550
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ steps:
commands:
- buildah bud --format=docker --layers -t embarkstudios/wireguard-ui:latest -f Dockerfile .
- buildah push --format=v2s2 --authfile /root/.dockerhub/config.json embarkstudios/wireguard-ui:latest
- tar czf wireguard-ui-linux-amd64-latest.tar.gz ./wireguard-ui
- buildkite-agent artifact upload wireguard-ui-linux-amd64-latest.tar.gz
- name: Build and push debug container image
branches: "master"
agents:
Expand Down

0 comments on commit bf2c550

Please sign in to comment.