Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig committed Nov 18, 2024
1 parent 468732c commit b9030d1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,14 +203,12 @@ jobs:
if: (contains(github.event.head_commit.message, 'ci_filter') && !contains(github.event.head_commit.message, matrix.name ))
run: exit 1
- uses: actions/checkout@v3
- name: set default environment variables
env:
ALPAKA_CI_OS_NAME: ${{runner.os}}
run: cd ${GITHUB_WORKSPACE} && source ./script/set_default_env_vars.sh
# Print the environment variables in an additional step so that the environment variables can be displayed if the job is still running.
# Call ./script/set_default_env_vars.sh in each step, as the environment variables are not shared between the steps by default.
- name: print environment variables
env:
ALPAKA_CI_OS_NAME: ${{runner.os}}
run: cd ${GITHUB_WORKSPACE} && source ./script/gitlabci/print_env.sh
run: cd ${GITHUB_WORKSPACE} && source ./script/set_default_env_vars.sh && source ./script/gitlabci/print_env.sh
- name: build + test
env:
ALPAKA_CI_OS_NAME: ${{runner.os}}
Expand Down

0 comments on commit b9030d1

Please sign in to comment.