Skip to content

Commit

Permalink
Do not use cache at all in openedx image build
Browse files Browse the repository at this point in the history
  • Loading branch information
snglth committed Sep 6, 2023
1 parent c5c29b5 commit 8e99abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variables:
- tutor config save

.build-execute-openedx: &build-execute-openedx
- tutor images build openedx --cache-to-registry
- tutor images build openedx
- tutor images push openedx

.build-execute-mfe: &build-execute-mfe
Expand Down

0 comments on commit 8e99abc

Please sign in to comment.