Skip to content

Commit

Permalink
install git on evolvedbinary/rocksjava:centos6_x64-be
Browse files Browse the repository at this point in the history
robandpdx committed Dec 19, 2023
1 parent 7066e82 commit 521fb5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jobs-java.yml
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
yum install -y git
git clone https://oath2:$GH_TOKEN@github.com/${{ github.repository }}.git .
git checkout ${{ github.head_ref }}
- uses: "./.github/actions/pre-steps"
@@ -51,6 +52,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
yum install -y git
git clone https://oath2:$GH_TOKEN@github.com/${{ github.repository }}.git .
git checkout ${{ github.head_ref }}
- uses: "./.github/actions/pre-steps"
@@ -73,6 +75,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
yum install -y git
git clone https://oath2:$GH_TOKEN@github.com/${{ github.repository }}.git .
git checkout ${{ github.head_ref }}
- uses: "./.github/actions/pre-steps"
@@ -95,6 +98,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
yum install -y git
git clone https://oath2:$GH_TOKEN@github.com/${{ github.repository }}.git .
git checkout ${{ github.head_ref }}
- uses: "./.github/actions/pre-steps"
@@ -117,6 +121,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
yum install -y git
git clone https://oath2:$GH_TOKEN@github.com/${{ github.repository }}.git .
git checkout ${{ github.head_ref }}
- uses: "./.github/actions/pre-steps"

0 comments on commit 521fb5a

Please sign in to comment.