mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-22 17:01:14 +00:00
Disable debug
This commit is contained in:
34
.github/workflows/aaa-build.yml
vendored
34
.github/workflows/aaa-build.yml
vendored
@@ -31,23 +31,23 @@ jobs:
|
||||
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
|
||||
debug:
|
||||
needs: [params, configure]
|
||||
name: Debug
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "[DEBUG] Show params outputs"
|
||||
shell: bash
|
||||
run: |
|
||||
echo 'matrix=${{ needs.params.outputs.matrix }}'
|
||||
echo 'refs=${{ needs.params.outputs.refs }}'
|
||||
|
||||
- name: "[DEBUG] Show configure outputs"
|
||||
shell: bash
|
||||
run: |
|
||||
echo 'matrix_build=${{ needs.configure.outputs.matrix_build }}'
|
||||
echo 'has_refs=${{ needs.configure.outputs.has_refs }}'
|
||||
echo 'artifact_prefix=${{ needs.configure.outputs.artifact_prefix }}'
|
||||
# debug:
|
||||
# needs: [params, configure]
|
||||
# name: Debug
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: "[DEBUG] Show params outputs"
|
||||
# shell: bash
|
||||
# run: |
|
||||
# echo 'matrix=${{ needs.params.outputs.matrix }}'
|
||||
# echo 'refs=${{ needs.params.outputs.refs }}'
|
||||
#
|
||||
# - name: "[DEBUG] Show configure outputs"
|
||||
# shell: bash
|
||||
# run: |
|
||||
# echo 'matrix_build=${{ needs.configure.outputs.matrix_build }}'
|
||||
# echo 'has_refs=${{ needs.configure.outputs.has_refs }}'
|
||||
# echo 'artifact_prefix=${{ needs.configure.outputs.artifact_prefix }}'
|
||||
|
||||
# (2/2) Build 'base'
|
||||
base:
|
||||
|
||||
Reference in New Issue
Block a user