Skip to content

Commit

Permalink
Fix gitlab pipeline syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Aug 22, 2024
1 parent 6ff0db0 commit f1a7af1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ build-wasms:
stage: build
parallel:
matrix:
- RUNTIME
- peregrine
- spiritnet
- RUNTIME: ["peregrine", "spiritnet"]
script:
- export PACKAGE=${RUNTIME}-runtime
- export RUNTIME_DIR=runtimes/${RUNTIME}
Expand Down

0 comments on commit f1a7af1

Please # to comment.