Skip to content
Snippets Groups Projects
Verified Commit b22b32a6 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: export -f is for functions

parent 87104ae5
No related branches found
No related tags found
No related merge requests found
Pipeline #23721 skipped
...@@ -68,7 +68,7 @@ PATH="''${PATH}":${pkgs.git}/bin/ ...@@ -68,7 +68,7 @@ PATH="''${PATH}":${pkgs.git}/bin/
PATH="''${PATH}":${pkgs.gnugrep}/bin/ PATH="''${PATH}":${pkgs.gnugrep}/bin/
PATH="''${PATH}":${inputs.version.defaultPackage."${builtins.currentSystem}"}/bin/ PATH="''${PATH}":${inputs.version.defaultPackage."${builtins.currentSystem}"}/bin/
export -f PATH export PATH
if [ -z "'CI_JOB_TOKEN" ]; then if [ -z "'CI_JOB_TOKEN" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment