fix/cicd #3

Merged
marcio.fernandes merged 62 commits from fix/cicd into master 2025-11-22 17:43:58 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit e9a87a7cdb - Show all commits

View File

@@ -24,7 +24,7 @@ jobs:
WORKSPACE: "${{ gitea.workspace }}" WORKSPACE: "${{ gitea.workspace }}"
run: | run: |
echo "1" echo "1"
# bash ./.gitea/workflows/fetch-actions.sh bash ./.gitea/workflows/fetch-actions.sh
# mkdir -p ${{ runner.temp }}/gitea_src # mkdir -p ${{ runner.temp }}/gitea_src
# mkdir -p ${{ gitea.workspace }}/.gitea/limbo_actions # mkdir -p ${{ gitea.workspace }}/.gitea/limbo_actions
# git clone -b main --depth=1 https://git.limbosolutions.com/kb/gitea ${{ runner.temp }}/gitea_src # git clone -b main --depth=1 https://git.limbosolutions.com/kb/gitea ${{ runner.temp }}/gitea_src

View File

@@ -1,4 +1,3 @@
#/bin/bash
set -euo pipefail set -euo pipefail
echo "fetching actions." echo "fetching actions."