Skip to content

Commit 5116bac

Browse files
authored
fix path
Signed-off-by: Hasan ÇALIŞIR <hasan.calisir@psauxit.com>
1 parent 14953d4 commit 5116bac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-and-commit-safexec.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,15 @@ jobs:
167167
adduser -D -s /bin/sh fpm
168168
169169
# Helpers
170-
chmod +x /src/safexec/tests/oneshot.pl
170+
chmod +x /src/safexec/helpers/oneshot.pl
171171
openssl req -x509 -newkey rsa:2048 -nodes -days 1 \
172172
-subj "/CN=127.0.0.1" \
173173
-addext "subjectAltName=IP:127.0.0.1" \
174174
-keyout /tmp/key.pem -out /tmp/cert.pem >/dev/null 2>&1
175175
176176
start_https() {
177177
socat -T1 OPENSSL-LISTEN:8080,reuseaddr,cert=/tmp/cert.pem,key=/tmp/key.pem,verify=0 \
178-
SYSTEM:/src/safexec/tests/oneshot.pl >/dev/null 2>&1 &
178+
SYSTEM:/src/safexec/helpers/oneshot.pl >/dev/null 2>&1 &
179179
echo $! > /tmp/req1.pid
180180
sleep 0.5
181181
}
@@ -245,15 +245,15 @@ jobs:
245245
adduser -D -s /bin/sh fpm
246246
247247
# Helpers
248-
chmod +x /src/safexec/tests/oneshot.pl
248+
chmod +x /src/safexec/helpers/oneshot.pl
249249
openssl req -x509 -newkey rsa:2048 -nodes -days 1 \
250250
-subj "/CN=127.0.0.1" \
251251
-addext "subjectAltName=IP:127.0.0.1" \
252252
-keyout /tmp/key.pem -out /tmp/cert.pem >/dev/null 2>&1
253253
254254
start_https() {
255255
socat -T1 OPENSSL-LISTEN:8080,reuseaddr,cert=/tmp/cert.pem,key=/tmp/key.pem,verify=0 \
256-
SYSTEM:/src/safexec/tests/oneshot.pl >/dev/null 2>&1 &
256+
SYSTEM:/src/safexec/helpers/oneshot.pl >/dev/null 2>&1 &
257257
echo $! > /tmp/req1.pid
258258
sleep 0.5
259259
}
@@ -294,15 +294,15 @@ jobs:
294294
useradd -m -s /bin/bash fpm
295295
296296
# Helpers
297-
chmod +x /src/safexec/tests/oneshot.pl
297+
chmod +x /src/safexec/helpers/oneshot.pl
298298
openssl req -x509 -newkey rsa:2048 -nodes -days 1 \
299299
-subj "/CN=127.0.0.1" \
300300
-addext "subjectAltName=IP:127.0.0.1" \
301301
-keyout /tmp/key.pem -out /tmp/cert.pem >/dev/null 2>&1
302302
303303
start_https() {
304304
socat -T1 OPENSSL-LISTEN:8080,reuseaddr,cert=/tmp/cert.pem,key=/tmp/key.pem,verify=0 \
305-
SYSTEM:/src/safexec/tests/oneshot.pl >/dev/null 2>&1 &
305+
SYSTEM:/src/safexec/helpers/oneshot.pl >/dev/null 2>&1 &
306306
echo $! > /tmp/req1.pid
307307
sleep 0.5
308308
}
@@ -373,15 +373,15 @@ jobs:
373373
useradd -m -s /bin/bash fpm
374374
375375
# Helpers
376-
chmod +x /src/safexec/tests/oneshot.pl
376+
chmod +x /src/safexec/helpers/oneshot.pl
377377
openssl req -x509 -newkey rsa:2048 -nodes -days 1 \
378378
-subj "/CN=127.0.0.1" \
379379
-addext "subjectAltName=IP:127.0.0.1" \
380380
-keyout /tmp/key.pem -out /tmp/cert.pem >/dev/null 2>&1
381381
382382
start_https() {
383383
socat -T1 OPENSSL-LISTEN:8080,reuseaddr,cert=/tmp/cert.pem,key=/tmp/key.pem,verify=0 \
384-
SYSTEM:/src/safexec/tests/oneshot.pl >/dev/null 2>&1 &
384+
SYSTEM:/src/safexec/helpers/oneshot.pl >/dev/null 2>&1 &
385385
echo $! > /tmp/req1.pid
386386
sleep 0.5
387387
}

0 commit comments

Comments
 (0)