CI/CD edit
This commit is contained in:
@@ -14,7 +14,6 @@ jobs:
|
||||
options: --privileged
|
||||
|
||||
steps:
|
||||
- run: git version
|
||||
- run: sudo dnf install -y nodejs
|
||||
- name: "Check out repo code"
|
||||
uses: actions/checkout@v4
|
||||
@@ -28,6 +27,8 @@ jobs:
|
||||
- run: git clone https://github.com/flatpak/flat-manager.git
|
||||
- run: export REPO_TOKEN=${{ secrets.FLATMAN_API_TOKEN }}
|
||||
- run: export FLATMAN_URL=$(./flat-manager/flat-manager-client create https://flatpak.example.org stable)
|
||||
- run: echo $REPO_TOKEN
|
||||
- run: echo $FLATMAN_URL
|
||||
# - uses: flatpak/flatpak-github-actions/flat-manager@v6
|
||||
# name: "Deploy"
|
||||
# with:
|
||||
|
||||
Reference in New Issue
Block a user