Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
typo3.org
typo3.org
Commits
a1b97355
Commit
a1b97355
authored
Feb 24, 2017
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TASK] Using artifacts to keep CSS and JS files for deploy
parent
1727fc73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
.gitlab-ci.yml
.gitlab-ci.yml
+5
-1
No files found.
.gitlab-ci.yml
View file @
a1b97355
...
@@ -24,8 +24,12 @@ build:
...
@@ -24,8 +24,12 @@ build:
-
cd data/typo3/html/typo3conf/ext/t3olayout/Resources/Private
-
cd data/typo3/html/typo3conf/ext/t3olayout/Resources/Private
script
:
script
:
-
npm install
-
npm install
-
gem install compass
-
grunt
-
grunt
artifacts
:
paths
:
-
data/typo3/html/typo3conf/ext/t3olayout/Resources/Public/Css/
-
data/typo3/html/typo3conf/ext/t3olayout/Resources/Public/JavaScript/
deploy_staging
:
deploy_staging
:
image
:
webdevops/php:debian-9
image
:
webdevops/php:debian-9
...
...
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