Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Jan 23, 2024
1 parent 1885ee2 commit 143be07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
sudo chmod 777 /project
cd /project
git clone --single-branch --branch master $GIT_REPO
git clone --single-branch --depth 1 --branch master $GIT_REPO
ls /home/docker
- name: "Build"
run: |
Expand All @@ -44,6 +44,8 @@ jobs:
echo "SDK not supported"
exit -1
fi
echo "----- Check envs dir ---------"
ls -alh /home/docker/envs/
echo "----- Debugging env vars -----"
env
echo "------ Setting UI as $UI ---------"
Expand Down

0 comments on commit 143be07

Please sign in to comment.