This commit is contained in:
@@ -16,17 +16,17 @@ jobs:
|
||||
set -ex
|
||||
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
|
||||
run: |
|
||||
echo "Can you see this?"
|
||||
which git
|
||||
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
|
||||
run: |
|
||||
set -ex
|
||||
|
||||
Reference in New Issue
Block a user