diff --git a/build-pipeline.yml b/build-pipeline.yml index 468fc3cd8eddcb6d4262afe0ad7dd065e69dc8ab..a1a12b068d2ccd2bb207420fc46898fd70fd99fb 100644 --- a/build-pipeline.yml +++ b/build-pipeline.yml @@ -72,25 +72,25 @@ workflow: echo "Warning: Install script missing, searched for '$SCRIPT'" else if [ "$CI_PROJECT_VISIBILITY" = "public" ];then - cat <<-EOF - ============================== - Install the image: + cat <<-EOF + ============================== + Install the image: - FNG="$FNG_INSTALL_URL" - curl --location "\$FNG" | sh -s -- --url="\$(dirname "\$FNG")" - ============================== - EOF - else - cat <<-EOF - ============================== - Install the image: + FNG="$FNG_INSTALL_URL" + curl --location "\$FNG" | sh -s -- --url="\$(dirname "\$FNG")" + ============================== + EOF + else + cat <<-EOF + ============================== + Install the image: - export GITLAB_TOKEN=<your_access_token> - FNG="$FNG_INSTALL_URL" - curl --location --header "PRIVATE-TOKEN: \$GITLAB_TOKEN" "\$FNG" \ - | sh -s -- --url="\$(dirname "\$FNG")" - ============================== - EOF + export GITLAB_TOKEN=<your_access_token> + FNG="$FNG_INSTALL_URL" + curl --location --header "PRIVATE-TOKEN: \$GITLAB_TOKEN" "\$FNG" \ + | sh -s -- --url="\$(dirname "\$FNG")" + ============================== + EOF fi fi fi