We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229c6ba commit 78303b8Copy full SHA for 78303b8
ci/dependencies.sh
@@ -20,9 +20,3 @@ curl -Ls https://amazon-eks.s3-us-west-2.amazonaws.com/1.12.7/2019-03-27/bin/lin
20
# download appropriate cli version
21
curl -o ${GOPATH}/bin/convox https://convox.s3.amazonaws.com/release/${VERSION}/cli/linux/convox
22
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
@@ -12,3 +12,7 @@ else
12
fi
13
14
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