Skip to content

Commit

Permalink
Moved CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 15, 2023
1 parent 05aff80 commit 0cc2c4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ on:

jobs:
plugins:
uses: OpenPonk/plugins/.github/workflows/nightly.yml@master
uses: OpenPonk/ci-scripts/.github/workflows/publish-nightly.yml@master
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
plugins:
uses: OpenPonk/plugins/.github/workflows/release.yml@master
uses: OpenPonk/ci-scripts/.github/workflows/publish-release.yml@master
secrets: inherit
4 changes: 2 additions & 2 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ SmalltalkCISpec {
#platforms : [ #pharo ]
}
],
#preLoading : '.github/scripts/preLoad.st',
#postLoading : '.github/scripts/postLoad.st',
#preLoading : 'ci-scripts/.github/scripts/preLoad.st',
#postLoading : 'ci-scripts/.github/scripts/postLoad.st',
#testing : {
#packages : [ 'OpenPonk*' ],
#coverage : {
Expand Down

0 comments on commit 0cc2c4f

Please sign in to comment.