ci: fix workflow indentation
This commit is contained in:
@@ -1,13 +1,24 @@
|
||||
name: CI/CD Pipeline to Rancher - SIDATA
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Test Gitea Action
|
||||
shell: bash
|
||||
run: |
|
||||
echo "=========================================="
|
||||
echo "SIDATA ACTION BERJALAN"
|
||||
echo "=========================================="
|
||||
echo "Repository: $GITHUB_REPOSITORY"
|
||||
echo "Branch: $GITHUB_REF"
|
||||
echo "Commit: $GITHUB_SHA"
|
||||
|
||||
env:
|
||||
HTTP_PROXY: http://10.15.3.20:80
|
||||
|
||||
Reference in New Issue
Block a user