Skip to content
Snippets Groups Projects
Commit ad8881f0 authored by nservant's avatar nservant
Browse files

update images for travis and docker

parent 16803930
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ before_install:
# PRs to master are only ok if coming from dev branch
- '[ $TRAVIS_PULL_REQUEST = "false" ] || [ $TRAVIS_BRANCH != "master" ] || ([ $TRAVIS_PULL_REQUEST_SLUG = $TRAVIS_REPO_SLUG ] && [ $TRAVIS_PULL_REQUEST_BRANCH = "dev" ])'
# Pull the docker image first so the test doesn't wait for this
- docker pull nfcore/hic:dev
- docker pull nservant/nf-core-hic:dev
# Fake the tag locally so that the pipeline runs properly
- docker tag nfcore/hic:dev nfcore/hic:latest
......
......@@ -12,8 +12,9 @@
params {
// Container slug. Stable releases should specify release tag!
// Developmental code should specify :latest
container = 'nfcore/hic:latest'
// Developmental code should specify :latest
//container = 'nfcore/hic:latest'
container = 'nservant/nf-core-hic:latest'
// Workflow flags
// TODO nf-core: Specify your pipeline's command line flags
......@@ -35,6 +36,7 @@ params {
custom_config_version = 'master'
}
// Load base.config by default for all pipelines
includeConfig 'conf/base.config'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment