Skip to content

Commit 78303b8

Browse files
committed
Use the new cli path to set the ci account
1 parent 229c6ba commit 78303b8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

ci/dependencies.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,3 @@ curl -Ls https://amazon-eks.s3-us-west-2.amazonaws.com/1.12.7/2019-03-27/bin/lin
2020
# download appropriate cli version
2121
curl -o ${GOPATH}/bin/convox https://convox.s3.amazonaws.com/release/${VERSION}/cli/linux/convox
2222
chmod +x ${GOPATH}/bin/convox
23-
24-
# set ci@convox.com as id
25-
mkdir -p ~/.convox/
26-
27-
# convox config dir path
28-
echo ci@convox.com > ~/.config/convox2/id

ci/install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ else
1212
fi
1313

1414
convox instances
15+
16+
# set ci@convox.com as id
17+
# convox config dir path
18+
echo ci@convox.com > ~/.config/convox2/id

0 commit comments

Comments
 (0)