Skip to content

Commit

Permalink
パッケージ作成用に pkg/ を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshiyuki Suzumura committed Jun 4, 2016
1 parent 8e6c6be commit 4569510
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -15,7 +15,7 @@ dependencies:

test:
post:
- docker run -d -p 3000:80 suzumura-ss/circleci-docker-example:$CIRCLE_SHA1 ./launch.sh; sleep 10
- docker run -d -p 3000:80 suzumura-ss/circleci-docker-example:$CIRCLE_SHA1 ./launch.sh; sleep 5
- bundle exec ruby test/nginx_test.rb

deployment:
Expand Down
Empty file added pkg/.keep
Empty file.

0 comments on commit 4569510

Please sign in to comment.