Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ validate: - iso/* only: changes: - ./*.asn - "*.asn" documentation: stage: deploy Loading @@ -22,7 +22,7 @@ documentation: - git push origin HEAD:$CI_COMMIT_REF_NAME # Pushes to the same branch as the trigger only: changes: - ./*.asn - "*.asn" # artifacts: # paths: # - docs/* Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ validate: - iso/* only: changes: - ./*.asn - "*.asn" documentation: stage: deploy Loading @@ -22,7 +22,7 @@ documentation: - git push origin HEAD:$CI_COMMIT_REF_NAME # Pushes to the same branch as the trigger only: changes: - ./*.asn - "*.asn" # artifacts: # paths: # - docs/*