diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f1ea33f..8deba69 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'gluster/centosci' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: build JJB container image run: docker build -t gluster-centosci -f tests/Containerfile . - name: update Jenkins Jobs diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e926b1..1511d10 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: name: Verify Jenkins jobs runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: build JJB container image run: docker build -t gluster-centosci -f tests/Containerfile . - name: update Jenkins Jobs diff --git a/jobs/scripts/common/get-node.sh b/jobs/scripts/common/get-node.sh index f43b9c3..dede196 100644 --- a/jobs/scripts/common/get-node.sh +++ b/jobs/scripts/common/get-node.sh @@ -2,6 +2,8 @@ set +x +mkdir -p ~/.config/ + cat > ~/.config/duffy <