Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CERT Public
Cyberchef
Commits
0d9e8662
Commit
0d9e8662
authored
Apr 01, 2022
by
Oli Schacher
Browse files
try only running npm install / grunt prod in bash instead
parent
b1567a5e
Pipeline
#53965
passed with stages
in 3 minutes and 55 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0d9e8662
pages
:
stage
:
build
image
:
name
:
node:17
entrypoint
:
[
"
/bin/bash"
]
image
:
node:17
script
:
-
export NODE_OPTIONS=--max_old_space_size=2048
-
npm install -g grunt-cli
-
git clone https://github.com/gchq/CyberChef.git
-
cd CyberChef
-
npm install --unsafe-perm
-
grunt prod
-
/bin/bash -c "npm install --unsafe-perm && grunt prod"
-
mv build/prod ../public
artifacts
:
paths
:
...
...
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