Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
5af488d
set WASM_BUILD_WORKSPACE_HINT
joao-paulo-parity Dec 1, 2022
ac15fc3
Merge branch 'master' of github.com:paritytech/substrate into workspa…
joao-paulo-parity Dec 5, 2022
45c42ff
Merge branch 'master' of github.com:paritytech/substrate into workspa…
joao-paulo-parity Dec 5, 2022
a808d22
wip: try out https://github.com/paritytech/pipeline-scripts/pull/90
joao-paulo-parity Dec 5, 2022
87ba89a
wip: fixup
joao-paulo-parity Dec 5, 2022
45c6f58
Merge branch 'master' of github.com:paritytech/substrate into workspa…
joao-paulo-parity Dec 5, 2022
6a1b9d5
wip
joao-paulo-parity Dec 6, 2022
ff8dd78
Merge branch 'master' of github.com:paritytech/substrate into workspa…
joao-paulo-parity Dec 6, 2022
be1b6ca
revert ci skip
joao-paulo-parity Dec 6, 2022
e96c8f4
Merge branch 'master' of github.com:paritytech/substrate into workspa…
joao-paulo-parity Dec 7, 2022
8f8a5d3
Merge branch 'master' of github.com:paritytech/substrate into workspa…
joao-paulo-parity Dec 7, 2022
5ddd0ff
Merge branch 'master' of github.com:paritytech/substrate into workspa…
joao-paulo-parity Dec 13, 2022
9d8a3c1
set up WASM_BUILD_WORKSPACE_HINT for .kubernetes-env as well
joao-paulo-parity Dec 13, 2022
5662bb0
Merge branch 'master' of github.com:paritytech/substrate into workspa…
joao-paulo-parity Dec 16, 2022
c836d4c
Update scripts/ci/gitlab/pipeline/publish.yml
joao-paulo-parity Dec 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update scripts/ci/gitlab/pipeline/publish.yml
Co-authored-by: Alexander Samusev <[email protected]>
  • Loading branch information
joao-paulo-parity and alvicsam authored Dec 16, 2022
commit c836d4c4cefe6399beefc12d3a7b8d2fc61e0081
1 change: 0 additions & 1 deletion scripts/ci/gitlab/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
DOCKERFILE: $PRODUCT.Dockerfile
IMAGE_NAME: docker.io/$IMAGE_PATH
before_script:
- !reference [.job-switcher, before_script]
- !reference [.kubernetes-env, before_script]
- cd ./artifacts/$PRODUCT/
- VERSION="$(cat ./VERSION)"
Expand Down