You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,7 +21,7 @@ runner-act: # Run GitHub Actions locally - mandatory: workflow=[workflow file na
21
21
--job ${job}
22
22
23
23
version-create-effective-file: # Create effective version file - optional: dir=[path to the VERSION file to use, default is '.'], BUILD_DATETIME=[build date and time in the '%Y-%m-%dT%H:%M:%S%z' format generated by the CI/CD pipeline, default is current date and time] @Development
24
-
. ./scripts/docker/docker.lib.sh
24
+
sourcescripts/docker/docker.lib.sh
25
25
version-create-effective-file
26
26
27
27
shellscript-lint-all: # Lint all shell scripts in this project, do not fail on error, just print the error messages @Quality
0 commit comments