Update .forgejo/workflows/createapp.yaml
All checks were successful
build / build (push) Successful in 28s
All checks were successful
build / build (push) Successful in 28s
This commit is contained in:
parent
5462ea92a2
commit
a067d8eb23
1 changed files with 2 additions and 2 deletions
|
|
@ -41,12 +41,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: ${{ steps.repository.outputs.registry }}/${{ steps.repository.outputs.repository }}
|
images: ${{ steps.repository.outputs.registry }}/${{ steps.repository.outputs.repository }}
|
||||||
-
|
-
|
||||||
name: Install Curl
|
name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y curl jq
|
sudo apt install -y curl jq
|
||||||
-
|
-
|
||||||
name: Create edgeXR App
|
name: Create Edge Connect App
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
echo login
|
echo login
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue