Skip to content

Commit

Permalink
use artifactory instead of ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien-Black committed Mar 25, 2019
1 parent 3da62f5 commit 379ed80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
pipeline:

generate-post:
image: 782066560884.dkr.ecr.us-east-2.amazonaws.com/example-applets-ghpage-builder:latest
image: registry.internal.dnanexus.com/docker-science/example-applets-ghpage-builder:1.0.0
commands:
- bash -c "sudo ln -sf bash /bin/sh && python docs/scripts/site_rehydrate.py --overwrite-files"

generate-static-site:
image: 782066560884.dkr.ecr.us-east-2.amazonaws.com/example-applets-ghpage-builder:latest
image: registry.internal.dnanexus.com/docker-science/example-applets-ghpage-builder:1.0.0
commands:
- bash -c "source /usr/local/rvm/scripts/rvm && cd docs && bundle install && rake site:generate"
- touch docs/_site/.nojekyll # Prevent gh-pages rendering random _folders instead
Expand Down

0 comments on commit 379ed80

Please sign in to comment.