Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
AEROGEAR-8610 sleep for some time let NPM publish be effective
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok authored and Dara Hayes committed Feb 28, 2019
1 parent 46f9361 commit d0b3995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
- image: docker:17.12.1-ce-git
steps:
- checkout
- run: echo "Sleeping for 3 minutes to allow NPM publish to be effective"
- run: sleep 180
# special woraround to allow running docker in docker https://circleci.com/docs/2.0/building-docker-images/
- setup_remote_docker:
version: 17.05.0-ce
Expand Down

0 comments on commit d0b3995

Please sign in to comment.