Move copy up to start of build (#9)
All checks were successful
Build container image / Build and push image (push) Successful in 30m24s
All checks were successful
Build container image / Build and push image (push) Successful in 30m24s
Reviewed-on: #9 Co-authored-by: Eriq Taing <eriq12@protonmail.com> Co-committed-by: Eriq Taing <eriq12@protonmail.com>
This commit was merged in pull request #9.
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
set -ouex pipefail
|
||||
|
||||
# copy
|
||||
/ctx/copyfiles.sh
|
||||
|
||||
# dnf
|
||||
/ctx/dnf/rpmfusion.sh
|
||||
/ctx/dnf/greeter.sh
|
||||
@@ -9,6 +12,3 @@ set -ouex pipefail
|
||||
/ctx/dnf/environment.sh
|
||||
/ctx/dnf/applications.sh
|
||||
/ctx/dnf/themes.sh
|
||||
|
||||
# copy
|
||||
/ctx/copyfiles.sh
|
||||
Reference in New Issue
Block a user