-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
and commented out other long-running jobs in CI (will be added at the end)
- Loading branch information
1 parent
da20180
commit 2203c0e
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ jobs: | |
git config user.email "[email protected]" | ||
git config user.name "Sync bot" | ||
echo "Merge the two parts of the Merge-Request to test the resulting version" | ||
git merge "${{ github.event.pull_request.head.sha }}" | ||
git merge "${{ github.event.pull_request.head.sha }}" | ||
- name: Mirror and wait for Gitlab-CI | ||
uses: jakob-fritz/[email protected] | ||
env: | ||
|
@@ -119,8 +119,8 @@ jobs: | |
run: | | ||
pwd | ||
ls -lah | ||
cd ./artifacts | ||
unzip -f '*.zip' . | ||
cd artifacts | ||
unzip -f '*.zip' -d . | ||
ls -lah | ||
rm *.zip | ||
ls -lah | ||
|