Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
irma_idin_webclient
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IRMA
Github mirrors
irma_idin_webclient
Commits
e340a78c
Commit
e340a78c
authored
Mar 25, 2020
by
Ivar Derksen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disabled artifact expiry in .gitlab-ci.yml
parent
0b4036f6
Pipeline
#40530
passed with stage
in 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.gitlab-ci.yml
.gitlab-ci.yml
+4
-0
No files found.
.gitlab-ci.yml
View file @
e340a78c
...
...
@@ -12,6 +12,8 @@ build-en:
script
:
-
yarn run grunt build --language="en"
artifacts
:
# Disabling artifact expiry is not supported yet, so make
expire_in
:
100 year
paths
:
-
build/*
...
...
@@ -20,5 +22,7 @@ build-nl:
script
:
-
yarn run grunt build --language="nl"
artifacts
:
# Disabling artifact expiry is not supported yet, so make
expire_in
:
100 year
paths
:
-
build/*
Write
Preview
Markdown
is supported
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