Skip to content

Commit

Permalink
install dependencies before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tahsinrahman committed May 25, 2018
1 parent 8c7ef16 commit 5567504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/concourse/pipeline.yml
Expand Up @@ -23,7 +23,7 @@ resources:
- name: creds
type: s3
source:
bucket: appscode
bucket: kubedbci
access_key_id: ((s3-access-key))
secret_access_key: ((s3-secret))
versioned_file: gcs.zip
Expand Down
2 changes: 1 addition & 1 deletion hack/concourse/test.sh
Expand Up @@ -9,7 +9,7 @@ docker run hello-world

# install python pip
apt-get update > /dev/null
apt-get install -y python python-pip > /dev/null
apt-get install -y python python-pip gsutil git libwww-perl > /dev/null

# install kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl &> /dev/null
Expand Down

0 comments on commit 5567504

Please sign in to comment.