Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ upload: - ls max-build/ - MAX_VERSION=$(cat max-build/version) - ASSET="max-v${MAX_VERSION}.zip" - echo "ASSET = "$ASSET - echo "will upload "$ASSET" at "${PACKAGE_REGISTRY_URL}/${ASSET} - | curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file max-build/${ASSET} "${PACKAGE_REGISTRY_URL}/${ASSET}" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ upload: - ls max-build/ - MAX_VERSION=$(cat max-build/version) - ASSET="max-v${MAX_VERSION}.zip" - echo "ASSET = "$ASSET - echo "will upload "$ASSET" at "${PACKAGE_REGISTRY_URL}/${ASSET} - | curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file max-build/${ASSET} "${PACKAGE_REGISTRY_URL}/${ASSET}" Loading