Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig committed Nov 14, 2024
1 parent b39ed18 commit 3fb3707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/gitlabci/print_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ fi

echo -e "2. Run the following export commands in the container to setup enviroment\n"

echo "${CI_RUNNER_TAGS}"

# take all env variables, filter it and display it with a `export` prefix
env_name_prefixes=("^ALPAKA_*" "^alpaka_*" "^CMAKE_*" "^BOOST_*" "^CUDA_*")
for reg in ${env_name_prefixes[@]}; do
Expand Down

0 comments on commit 3fb3707

Please sign in to comment.