Skip to content

Commit b82d5fc

Browse files
committed
CCM-10294: temp testing change
1 parent 6dd357c commit b82d5fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 5
1515
steps:
16+
- name: Check out the repository
17+
uses: actions/checkout@v4
1618
- name: "Log event"
1719
run: |
1820
echo number${{ github.event.number }}
@@ -29,10 +31,10 @@ jobs:
2931
echo event_name${{ github.event_name }}
3032
echo '${{ toJson(github) }}'
3133
REF=${{ github.ref }}
34+
echo "REF=$REF"
3235
pwd
3336
ls
3437
ls ./scripts
35-
3638
. ./scripts/sandbox-utils.sh "$REF"
3739
3840
sandbox-set-up:

0 commit comments

Comments
 (0)