Skip to content

Commit

Permalink
RIT Jenkins CI merged last_known_good into demo_stable branch before …
Browse files Browse the repository at this point in the history
…deployment
  • Loading branch information
Jenkins Automation Server committed Sep 6, 2023
2 parents 72b4eb6 + 102cd30 commit 76a401e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-python-dependcies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Python 2 support
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Record Docker version
run: docker -v
- uses: whoan/docker-build-with-cache-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-django-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
MYSQL_ROOT_PASSWORD: 'ci-db-pswd'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Python 2 support
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-fabric-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Python 2 support
run: |
sudo apt-get update
Expand Down

0 comments on commit 76a401e

Please sign in to comment.