Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CSpub
Crypto Migration and Agility
Commits
9ebbff26
Commit
9ebbff26
authored
May 07, 2021
by
Nouri-Alnahawi
Browse files
create anchor for script in ci
parent
73d3a114
Pipeline
#69712
passed with stages
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9ebbff26
...
...
@@ -4,7 +4,7 @@ image: registry.gitlab.com/pages/hugo/hugo_extended
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
test
:
.job_templae
:
&script
before_script
:
-
apk add --update npm nodejs
-
npm update
...
...
@@ -15,15 +15,11 @@ test:
except
:
-
master
test
:
<<
:
*script
pages
:
before_script
:
-
apk add --update npm
-
npm install -D --save autoprefixer
-
npm install -D --save postcss-cli
script
:
-
hugo --minify --gc
<<
:
*script
artifacts
:
paths
:
-
public
only
:
-
master
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment