3838 - name : Activate python3 venv
3939 run : |
4040 bin/activate_python3_venv.sh
41- export PATH="/tmp/hurl-python3-venv/bin:$PATH"
42- echo "PATH=$PATH" >> $GITHUB_ENV
41+ echo "/tmp/hurl-python3-venv/bin" >> $GITHUB_PATH
42+ - name : Python infos
43+ run : |
4344 which python3
4445 python3 --version
4546 pip --version
5051 - name : Build
5152 run : |
5253 bin/release/release.sh
53- echo "PATH=: ${PWD}/target/release:$PATH " >> "${GITHUB_ENV }"
54+ echo "${PWD}/target/release" >> "${GITHUB_PATH }"
5455 - name : Get version
5556 run : |
5657 VERSION=$(bin/release/get_version.sh)
@@ -378,8 +379,9 @@ jobs:
378379 - name : Activate python3 venv
379380 run : |
380381 bin/activate_python3_venv.sh
381- export PATH="/tmp/hurl-python3-venv/bin:$PATH"
382- echo "PATH=$PATH" >> $GITHUB_ENV
382+ echo "/tmp/hurl-python3-venv/bin" >> $GITHUB_PATH
383+ - name : Python infos
384+ run : |
383385 which python3
384386 python3 --version
385387 pip --version
@@ -390,7 +392,7 @@ jobs:
390392 - name : Build
391393 run : |
392394 bin/release/release.sh
393- echo "PATH=: ${PWD}/target/release:$PATH " >> "${GITHUB_ENV }"
395+ echo "${PWD}/target/release" >> "${GITHUB_PATH }"
394396 - name : Get version
395397 run : |
396398 VERSION=$(bin/release/get_version.sh)
@@ -430,8 +432,9 @@ jobs:
430432 - name : Activate python3 venv
431433 run : |
432434 bin/activate_python3_venv.sh
433- export PATH="/tmp/hurl-python3-venv/bin:$PATH"
434- echo "PATH=$PATH" >> $GITHUB_ENV
435+ echo "/tmp/hurl-python3-venv/bin" >> $GITHUB_PATH
436+ - name : Python infos
437+ run : |
435438 which python3
436439 python3 --version
437440 pip --version
@@ -442,7 +445,7 @@ jobs:
442445 - name : Build
443446 run : |
444447 bin/release/release.sh
445- echo "PATH=: ${PWD}/target/release:$PATH " >> "${GITHUB_ENV }"
448+ echo "${PWD}/target/release" >> "${GITHUB_PATH }"
446449 - name : Get version
447450 run : |
448451 VERSION=$(bin/release/get_version.sh)
@@ -454,7 +457,7 @@ jobs:
454457 - name : Install package
455458 run : |
456459 bin/release/install_deb_package.sh
457- echo "PATH= /tmp/hurl-deb-package/usr/bin:$PATH " >> "${GITHUB_ENV }"
460+ echo "/tmp/hurl-deb-package/usr/bin" >> "${GITHUB_PATH }"
458461 - name : Test integ
459462 run : |
460463 bin/test/test_prerequisites.sh
@@ -482,8 +485,9 @@ jobs:
482485 - name : Activate python3 venv
483486 run : |
484487 bin/activate_python3_venv.sh
485- export PATH="/tmp/hurl-python3-venv/bin:$PATH"
486- echo "PATH=$PATH" >> $GITHUB_ENV
488+ echo "/tmp/hurl-python3-venv/bin" >> $GITHUB_PATH
489+ - name : Python infos
490+ run : |
487491 which python3
488492 python3 --version
489493 pip --version
@@ -494,7 +498,7 @@ jobs:
494498 - name : Build
495499 run : |
496500 bin/release/release.sh
497- echo "PATH=: ${PWD}/target/release:$PATH " >> "${GITHUB_ENV }"
501+ echo "${PWD}/target/release" >> "${GITHUB_PATH }"
498502 - name : Get version
499503 run : |
500504 VERSION=$(bin/release/get_version.sh)
@@ -506,7 +510,7 @@ jobs:
506510 - name : Install package
507511 run : |
508512 bin/release/install_deb_package.sh
509- echo "PATH= /tmp/hurl-deb-package/usr/bin:$PATH " >> "${GITHUB_ENV }"
513+ echo "/tmp/hurl-deb-package/usr/bin" >> "${GITHUB_PATH }"
510514 - name : Test integ
511515 run : |
512516 bin/test/test_prerequisites.sh
@@ -527,14 +531,13 @@ jobs:
527531 persist-credentials : false
528532 ref : ${{ inputs.branch }}
529533 - name : Install Prerequisites
530- run : |
531- bin/install_prerequisites_macos.sh
532- echo "PATH=$PATH" >> $GITHUB_ENV
534+ run : bin/install_prerequisites_macos.sh
533535 - name : Activate python3 venv
534536 run : |
535537 bin/activate_python3_venv.sh
536- export PATH="/tmp/hurl-python3-venv/bin:$PATH"
537- echo "PATH=$PATH" >> $GITHUB_ENV
538+ echo "/tmp/hurl-python3-venv/bin" >> $GITHUB_PATH
539+ - name : Python infos
540+ run : |
538541 which python3
539542 python3 --version
540543 pip --version
@@ -545,7 +548,7 @@ jobs:
545548 - name : Build
546549 run : |
547550 bin/release/release.sh
548- echo "PATH= ${PWD}/target/release:$PATH " >> "${GITHUB_ENV }"
551+ echo "${PWD}/target/release" >> "${GITHUB_PATH }"
549552 - name : Get version
550553 run : |
551554 VERSION=$(bin/release/get_version.sh)
@@ -557,7 +560,7 @@ jobs:
557560 - name : Install package
558561 run : |
559562 bin/release/install_generic_macos_package.sh
560- echo "PATH= /tmp/hurl-generic-macos/bin:$PATH " >> "${GITHUB_ENV }"
563+ echo "/tmp/hurl-generic-macos/bin" >> "${GITHUB_PATH }"
561564 - name : Test integ
562565 run : |
563566 bin/test/test_prerequisites.sh
@@ -578,14 +581,13 @@ jobs:
578581 persist-credentials : false
579582 ref : ${{ inputs.branch }}
580583 - name : Install Prerequisites
581- run : |
582- bin/install_prerequisites_macos.sh
583- echo "PATH=$PATH" >> $GITHUB_ENV
584+ run : bin/install_prerequisites_macos.sh
584585 - name : Activate python3 venv
585586 run : |
586587 bin/activate_python3_venv.sh
587- export PATH="/tmp/hurl-python3-venv/bin:$PATH"
588- echo "PATH=$PATH" >> $GITHUB_ENV
588+ echo "/tmp/hurl-python3-venv/bin" >> $GITHUB_PATH
589+ - name : Python infos
590+ run : |
589591 which python3
590592 python3 --version
591593 pip --version
@@ -596,7 +598,7 @@ jobs:
596598 - name : Build
597599 run : |
598600 bin/release/release.sh
599- echo "PATH= ${PWD}/target/release:$PATH " >> "${GITHUB_ENV }"
601+ echo "${PWD}/target/release" >> "${GITHUB_PATH }"
600602 - name : Get version
601603 run : |
602604 VERSION=$(bin/release/get_version.sh)
@@ -608,7 +610,7 @@ jobs:
608610 - name : Install package
609611 run : |
610612 bin/release/install_generic_macos_package.sh
611- echo "PATH= /tmp/hurl-generic-macos/bin:$PATH " >> "${GITHUB_ENV }"
613+ echo "/tmp/hurl-generic-macos/bin" >> "${GITHUB_PATH }"
612614 - name : Test integ
613615 run : |
614616 bin/test/test_prerequisites.sh
0 commit comments