This commit is contained in:
@@ -16,17 +16,17 @@ jobs:
|
|||||||
set -ex
|
set -ex
|
||||||
dnf install -y --quiet git buildah 2>&1
|
dnf install -y --quiet git buildah 2>&1
|
||||||
|
|
||||||
- name: Set registry host
|
|
||||||
run: |
|
|
||||||
set -ex
|
|
||||||
echo "REGISTRY_HOST=$(echo ${{ gitea.server_url }} | sed 's|https\?://||')" >> "$GITEA_ENV" - name: Debug
|
|
||||||
|
|
||||||
- name: Test 2
|
- name: Test 2
|
||||||
run: |
|
run: |
|
||||||
echo "Can you see this?"
|
echo "Can you see this?"
|
||||||
which git
|
which git
|
||||||
which buildah
|
which buildah
|
||||||
|
|
||||||
|
- name: Set registry host
|
||||||
|
run: |
|
||||||
|
set -ex
|
||||||
|
echo "REGISTRY_HOST=$(echo ${{ gitea.server_url }} | sed 's|https\?://||')" >> "$GITEA_ENV" - name: Debug
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
|
|||||||
Reference in New Issue
Block a user