Skip to content

Commit

Permalink
ci/appimage: add CI_SCRIPT variable
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian committed May 29, 2024
1 parent 53802fa commit 8d9a711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/appimageubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Create Scopy AppImage
shell: bash
run: |
export CI_SCRIPT=ON
cd $GITHUB_WORKSPACE
./CI/appimage/ubuntu_appimage_process.sh generate_ci_envs
Expand Down
1 change: 1 addition & 0 deletions CI/appveyor/gen_ci_envs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

echo CI_SCRIPT=${CI_SCRIPT}
echo GITHUB_WORKSPACE=$GITHUB_WORKSPACE
echo REPO_URL=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
echo BUILD_HOST=${BUILD_HOST}
Expand Down

0 comments on commit 8d9a711

Please sign in to comment.