stuff
All checks were successful
git.cronocide.net/container-copy/pipeline/head This commit looks good
All checks were successful
git.cronocide.net/container-copy/pipeline/head This commit looks good
This commit is contained in:
parent
72da2ff3df
commit
506e837ae4
3
build.sh
3
build.sh
@ -98,8 +98,7 @@ cicd_copy() {
|
||||
get_regctl
|
||||
# Log in to repo
|
||||
echo "Logging into repo..."
|
||||
echo ./regctl registry login "$GIT_REPO_NAME" --user "$DOCKER_USERNAME" --pass "$DOCKER_PASS"
|
||||
./regctl registry login "$GIT_REPO_NAME" --user "$DOCKER_USERNAME" --pass "$DOCKER_PASS" 2>&1
|
||||
./regctl registry login "$GIT_REPO_NAME" --user "$DOCKER_USERNAME" --pass "$DOCKER_PASSWORD" 2>&1
|
||||
# Copy repos
|
||||
echo "Copying repos..."
|
||||
for i in "${REPOS_TO_COPY[@]}"; do
|
||||
|
Reference in New Issue
Block a user