Skip to content
Snippets Groups Projects
Commit 5ab0b79f authored by Nhan Luong's avatar Nhan Luong :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent 76391284
No related branches found
No related tags found
No related merge requests found
Pipeline #62480 failed
...@@ -30,13 +30,6 @@ build-hugo: ...@@ -30,13 +30,6 @@ build-hugo:
artifacts: artifacts:
paths: paths:
- public - public
resources:
requests:
memory: 1Gi
cpu: 500m
limits:
memory: 1.5Gi
cpu: 750m
push-modification: push-modification:
extends: .ef-git extends: .ef-git
...@@ -65,10 +58,3 @@ push-modification: ...@@ -65,10 +58,3 @@ push-modification:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# when: manual # when: manual
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule" - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule"
resources:
requests:
memory: 500Mi
cpu: 250m
limits:
memory: 1Gi
cpu: 500m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment