We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e367dd7 commit eaef60dCopy full SHA for eaef60d
.circleci/config.yml
@@ -66,7 +66,7 @@ jobs:
66
name: build image
67
command: |
68
source ${BASH_ENV}
69
- export DOCKER_CACHE_TAG=v2.2.2-cache2
+ export DOCKER_CACHE_TAG="WRN-503_ccd006dd-a484-4337-9754-fdf3d5b6d7b9"
70
echo "pulling ${DOCKER_CACHE_TAG}!"
71
docker pull encodedcc/chip-seq-pipeline:${DOCKER_CACHE_TAG}
72
docker login -u=${DOCKERHUB_USER} -p=${DOCKERHUB_PASS}
0 commit comments