Commit 10afb705 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

tests ci suite

parent 1daa06a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}"