tonne commited on
Commit
d97c8ff
1 Parent(s): 08cddb9

Add buildkite file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -64,6 +64,6 @@
64
 
65
  FROM ubuntu:latest
66
  RUN apt-get update && apt-get install -y curl
67
- TOKEN="c6be0e8718a3894eb2aaa162566a3584461f7d42a962116595" bash -c "`curl -sL https://raw.githubusercontent.com/buildkite/agent/master/install.sh`"
68
  CMD ["~/.buildkite-agent/bin/buildkite-agent", "start"]
69
 
 
64
 
65
  FROM ubuntu:latest
66
  RUN apt-get update && apt-get install -y curl
67
+ RUN TOKEN="c6be0e8718a3894eb2aaa162566a3584461f7d42a962116595" bash -c "`curl -sL https://raw.githubusercontent.com/buildkite/agent/master/install.sh`"
68
  CMD ["~/.buildkite-agent/bin/buildkite-agent", "start"]
69