Update SDK Dockerfile.ci for Ubuntu (#2539)
* Add verbose output for submods step * Remove git config setting * Determine git version * Try different git install * Update Dockerfile.ci * Revert git location in Ubuntu jobs * Update RHEL and SLES sections to use 2.52 as well * Add git --version to each step, fix typo in SLES Docker
This commit is contained in:
@@ -120,6 +120,7 @@ jobs:
|
||||
id: submods
|
||||
shell: bash
|
||||
run: |
|
||||
git --version
|
||||
git config --global --add safe.directory '*'
|
||||
git submodule status --recursive | awk '{print $1,$2}' > .git-submodules-status
|
||||
echo "hash=$(sha256sum .git-submodules-status | cut -d' ' -f1)" >> "$GITHUB_OUTPUT"
|
||||
@@ -449,6 +450,7 @@ jobs:
|
||||
id: submods
|
||||
shell: bash
|
||||
run: |
|
||||
git --version
|
||||
git config --global --add safe.directory '*'
|
||||
git submodule status --recursive | awk '{print $1,$2}' > .git-submodules-status
|
||||
echo "hash=$(sha256sum .git-submodules-status | cut -d' ' -f1)" >> "$GITHUB_OUTPUT"
|
||||
@@ -693,6 +695,7 @@ jobs:
|
||||
id: submods
|
||||
shell: bash
|
||||
run: |
|
||||
git --version
|
||||
git config --global --add safe.directory '*'
|
||||
git submodule status --recursive | awk '{print $1,$2}' > .git-submodules-status
|
||||
echo "hash=$(sha256sum .git-submodules-status | cut -d' ' -f1)" >> "$GITHUB_OUTPUT"
|
||||
|
||||
Reference in New Issue
Block a user