File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,49 +3,25 @@ on: [push]
33name : test
44
55jobs :
6- centos :
6+ no-secrets :
77 container : almalinux:10
88 runs-on : [self-hosted, Linux, X64]
9- env :
10- TEST_STRING : " VERY_COOL_STRING"
11- TEST_STRING2 : " VERY_COOL_STRING2"
12- GHA_EXTERNAL_DISK : " auxdisk"
13- GHA_PREEMPTIBLE : " false"
14-
9+
1510 steps :
1611 - uses : actions/checkout@v2
1712 with :
1813 submodules : recursive
1914 - run : pwd
20- - run : ls -alh
21- - run : hostname
22- - run : echo test
23- - run : printenv
24- env :
25- TEST_STRING_RUN : " VERY_COOL_STRING5"
26- - run : df -h .
27- - run : df -h /mnt/aux
28- - run : ls -alh /mnt/aux
29- - name : Checkout tools repo
30- uses : actions/checkout@v2
31- with :
32- repository : KittyKatt/screenFetch
33- path : screenfetch
34- - run : cp screenfetch/screenfetch-dev /usr/bin/screenfetch
35- - run : chmod +x screenfetch
36- - run : yum -y install wget
3715
38- simple-job :
16+ secret-bad :
3917 container : debian:bullseye
4018 runs-on : [self-hosted, Linux, X64]
4119 env :
4220 GHA_PREEMPTIBLE : " false"
4321 steps :
44- - run : ls -alh
45- - run : hostname
46- - run : printenv
22+ - run : _secret_ipv6-test || echo test
4723
48- ipv6-test :
24+ secret-ok :
4925 container : debian:bullseye
5026 runs-on : [self-hosted, Linux, X64]
5127 env :
You can’t perform that action at this time.
0 commit comments