Update get-node.sh #98
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Verification of Jenkins jobs | |
on: | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
pull_request: | |
name: Verify Jenkins jobs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: build JJB container image | |
run: docker build -t gluster-centosci -f tests/Containerfile . | |
- name: update Jenkins Jobs | |
run: docker run --rm gluster-centosci:latest |