Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
adding circleci yaml to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsec committed Jan 26, 2020
1 parent 5de86ba commit b90dcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ jobs:
- image: ubuntu:latest
steps:
- checkout # check out the code in the project directory
- run: apt-get update && apt-get install git -y && cd /opt/ && git clone https://github.com/sethsec/celerystalk.git && cd celerystalk && git checkout dev && ./setup/install.sh
- run: apt-get update && apt-get install git -y && ./setup/install.sh

0 comments on commit b90dcef

Please sign in to comment.