diff options
author | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-27 16:21:39 -0500 |
---|---|---|
committer | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-27 16:21:39 -0500 |
commit | 9a0320dd504f4593577820e108388bb51abdbf0d (patch) | |
tree | af2fe10236b321cbb0da37b261a6bca7de8453b2 | |
parent | Test pattern for validation of functionality (diff) | |
download | nheko-9a0320dd504f4593577820e108388bb51abdbf0d.tar.xz |
Make github script executable
-rwxr-xr-x[-rw-r--r--] | .ci/update-github-release.sh | 0 | ||||
-rw-r--r-- | .gitlab-ci.yml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.ci/update-github-release.sh b/.ci/update-github-release.sh index 488063ca..488063ca 100644..100755 --- a/.ci/update-github-release.sh +++ b/.ci/update-github-release.sh diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f08c8ef1..c6079f52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -218,7 +218,7 @@ build-flatpak-arm64: - bash ./.ci/upload-nightly-gitlab.sh build-flatpak/nheko-arm64.flatpak - (cd ./scripts && ./upload-to-flatpak-repo.sh ../build-flatpak/repo) || true rules: - - if : '$CI_PIPELINE_TRIGGERED == null' + - if : '$CI_PIPELINE_TRIGGERED == 123456' cache: key: "$CI_JOB_NAME" paths: |