Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 6957c09

Browse files
committed
fix deploy
1 parent 9451dfc commit 6957c09

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ script:
1717
1818
# Publish the Docker image to the infra AWS registry
1919
before_deploy:
20-
- pip install --user awscli; export PATH=$PATH:$HOME/.local/bin
20+
- pip install awscli
2121
deploy:
2222
provider: script
2323
script: sh ci/publish-docker.sh

ci/publish-docker.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
2-
set -euo pipefail
3-
IFS=$'\n\t'
2+
set -e
43

54
ECR_IMAGE="890664054962.dkr.ecr.us-west-1.amazonaws.com/rust-highfive:latest"
65

0 commit comments

Comments
 (0)