Skip to content
Snippets Groups Projects
Commit 4fc4f735 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#125): tmp: disable release creation (fix 2)

parent 1861539d
No related branches found
No related tags found
No related merge requests found
Pipeline #33559 failed
...@@ -235,21 +235,21 @@ test_release: ...@@ -235,21 +235,21 @@ test_release:
# expire_in: 1 day # expire_in: 1 day
# tags: # tags:
# - kepler # - kepler
#
create_release: #create_release:
stage: create_release # stage: create_release
rules: # rules:
- when: never # - when: never
image: rust:1-bullseye # image: rust:1-bullseye
script: # script:
# Release creation + link to artifacts # # Release creation + link to artifacts
- export G1_DATA_URL="$CI_JOB_URL/artifacts/file/resources/g1-data.json" # - export G1_DATA_URL="$CI_JOB_URL/artifacts/file/resources/g1-data.json"
- export GDEV_WASM_URL="$CI_JOB_URL/artifacts/file/runtime/gdev/target/srtool/release/wbuild/gdev-runtime/gdev_runtime.compact.compressed.wasm" # - export GDEV_WASM_URL="$CI_JOB_URL/artifacts/file/runtime/gdev/target/srtool/release/wbuild/gdev-runtime/gdev_runtime.compact.compressed.wasm"
- export SRTOOL_OUTPUT_URL="$CI_JOB_URL/artifacts/file/srtool_output.json" # - export SRTOOL_OUTPUT_URL="$CI_JOB_URL/artifacts/file/srtool_output.json"
- export GDEV_RAW_SPEC_URL="$CI_JOB_URL/artifacts/file/resources/gdev-raw.json" # - export GDEV_RAW_SPEC_URL="$CI_JOB_URL/artifacts/file/resources/gdev-raw.json"
- cargo xtask release-runtime 600 # - cargo xtask release-runtime 600
tags: # tags:
- kepler # - kepler
deploy_docker_debug_sha: deploy_docker_debug_sha:
stage: deploy stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment