Skip to content

Commit

Permalink
Merge pull request #337 from miabbott/fix_pull_mount_oscontainer
Browse files Browse the repository at this point in the history
treecompose: pass correct args to `pull-mount-oscontainer`
  • Loading branch information
openshift-merge-robot authored Oct 1, 2018
2 parents 1e77a7a + 609303e commit a8142c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile.treecompose
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ node(NODE) {
utils.registry_login("${OSCONTAINER_IMG}", "${CREDS}")
sh """
if ! skopeo inspect docker://${OSCONTAINER_IMG}:buildmaster; then
./scripts/pull-mount-oscontainer ${API_CI_REGISTRY} ${treecompose_workdir} ${OSCONTAINER_IMG}:latest
./scripts/pull-mount-oscontainer ${treecompose_workdir} ${OSCONTAINER_IMG}:latest
else
./scripts/pull-mount-oscontainer ${API_CI_REGISTRY} ${treecompose_workdir} ${OSCONTAINER_IMG}:buildmaster
./scripts/pull-mount-oscontainer ${treecompose_workdir} ${OSCONTAINER_IMG}:buildmaster
fi
"""
}
Expand Down

0 comments on commit a8142c7

Please sign in to comment.