Skip to content

Commit ac078a4

Browse files
committed
fix path
1 parent 4fa9078 commit ac078a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/ci/docker/scripts/x86_64-gnu-llvm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
${PWD}add_dummy_commit.sh
5+
/tmp/add_dummy_commit.sh
66

77
# NOTE: intentionally uses all of `x.py`, `x`, and `x.ps1` to make sure they all work on Linux.
88
../x.py --stage 2 test --skip src/tools/tidy

src/ci/docker/scripts/x86_64-gnu-llvm1.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
${PWD}add_dummy_commit.sh
5+
/tmp/add_dummy_commit.sh
66

77
../x.py --stage 2 test \
88
--skip tests \

src/ci/docker/scripts/x86_64-gnu-llvm2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
${PWD}add_dummy_commit.sh
5+
/tmp/add_dummy_commit.sh
66

77
##### Test stage 2 #####
88

src/ci/docker/scripts/x86_64-gnu-llvm3.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
${PWD}add_dummy_commit.sh
5+
/tmp/add_dummy_commit.sh
66

77
##### Test stage 1 #####
88

0 commit comments

Comments
 (0)