Removing the compose linting for now.
This commit is contained in:
@@ -85,20 +85,20 @@ jobs:
|
|||||||
sonar-host-url: ${{ secrets.SONARQUBE_HOST }}
|
sonar-host-url: ${{ secrets.SONARQUBE_HOST }}
|
||||||
sonar-token: ${{ secrets.SONARQUBE_TOKEN }}
|
sonar-token: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
|
|
||||||
- name: Generate Ephemeral .env for Dry Run
|
# - name: Generate Ephemeral .env for Dry Run
|
||||||
run: |
|
# run: |
|
||||||
echo "${{ secrets.RINOA_ENV }}" > .env
|
# echo "${{ secrets.RINOA_ENV }}" > .env
|
||||||
|
|
||||||
- name: Docker Compose Lint
|
# - name: Docker Compose Lint
|
||||||
id: docker-compose-lint
|
# id: docker-compose-lint
|
||||||
uses: https://git.trez.wtf/Trez.One/spin-up-docker-compose-action@v1.3
|
# uses: https://git.trez.wtf/Trez.One/spin-up-docker-compose-action@v1.3
|
||||||
with:
|
# with:
|
||||||
compose-file: "./docker-compose.yml"
|
# compose-file: "./docker-compose.yml"
|
||||||
up-flags: --dry-run -d
|
# up-flags: --dry-run -d
|
||||||
pull: true
|
# pull: true
|
||||||
pull-opts: --dry-run
|
# pull-opts: --dry-run
|
||||||
env:
|
# env:
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
# DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
|
|
||||||
scan-json-merge-pr:
|
scan-json-merge-pr:
|
||||||
name: Merge PR if checks pass
|
name: Merge PR if checks pass
|
||||||
|
|||||||
Reference in New Issue
Block a user