Skip to content

Commit

Permalink
fix(build): correct base job names for package dry runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 12, 2023
1 parent 1d56530 commit 3b65518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ package-api-twine:

package-api-twine-dry:
extends:
- .build-api-twine
- build-api-twine
except:
- tags
script:
Expand All @@ -188,7 +188,7 @@ package-gui-npm:

package-gui-npm-dry:
extends:
- .build-gui-npm
- build-gui-npm
except:
- tags
script:
Expand Down

0 comments on commit 3b65518

Please sign in to comment.