feature/setup-workflow-pipeline: add lombok, add gitea workflow #2
@ -62,11 +62,14 @@ jobs:
|
||||
echo "Cloning ALL_REPO_TOKEN $ALL_REPO_TOKEN"
|
||||
CLONE_URL_WITH_AUTH=$(echo "$CLONE_URL" | sed "s#https://#https://$ALL_REPO_TOKEN@#")
|
||||
git clone --quiet "$CLONE_URL_WITH_AUTH" .
|
||||
echo "${{ gitea.repository }}. cloned successfully."
|
||||
echo "${{ gitea.repository }} cloned successfully."
|
||||
|
||||
- name: List repo files and dependencies versions
|
||||
- name: List repo files
|
||||
run: |
|
||||
ls .
|
||||
node -v
|
||||
npm -v
|
||||
yarn -v
|
||||
|
||||
- name: Done
|
||||
run: echo "Workflow finished."
|
||||
|
||||
Reference in New Issue
Block a user