@@ -7,6 +7,10 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: fedora-latest
|
runs-on: fedora-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Test 1
|
||||||
|
run: |
|
||||||
|
echo "Can you see this?"
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
@@ -15,7 +19,13 @@ jobs:
|
|||||||
- name: Set registry host
|
- name: Set registry host
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
echo "REGISTRY_HOST=$(echo ${{ gitea.server_url }} | sed 's|https\?://||')" >> "$GITEA_ENV"
|
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: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user