We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93a691 commit 24586e1Copy full SHA for 24586e1
1 file changed
build_n_validate_docker.sh
@@ -12,6 +12,7 @@ echo $3
12
docker build . \
13
-t metagenlab/amplicon_pipeline:$VERSION \
14
-f ./Dockerfile \
15
+ --no-cache \
16
--build-arg GITHUB_AT=$GITHUBAT \
17
--build-arg TEST_CPU=$CPU && \
18
0 commit comments