Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisluque committed Jul 27, 2018
1 parent 113a212 commit 6cd6893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ defaults: &defaults
- run:
name: Build pull request
command: |
cd $SAMPLE_PATH/
sh exec.sh
docker build -t $CIRCLE_JOB ./$SAMPLE_PATH
docker run -d -it -p 3000:3000 --name $CIRCLE_SHA1 $CIRCLE_JOB
background: true
- run:
name: Wait for app to be available
Expand Down

0 comments on commit 6cd6893

Please sign in to comment.