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
typo3
qfq
Commits
7316da5c
Commit
7316da5c
authored
Oct 22, 2019
by
bbaer
Browse files
Merge remote-tracking branch 'origin/b9329-annotations' into b9329-annotations
parents
36a7cdb2
cb63cf3a
Pipeline
#2499
passed with stages
in 3 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7316da5c
...
@@ -27,11 +27,12 @@ snapshot:
...
@@ -27,11 +27,12 @@ snapshot:
paths
:
paths
:
-
build/
-
build/
script
:
script
:
-
make VERSION=$VERSION phpunit_snapshot
-
make VERSION=${VERSION} phpunit_snapshot
-
chmod a+r qfq_$VERSION_*.zip
-
chmod a+r qfq_${VERSION}_*.zip
-
mv qfq_$VERSION_*.zip qfq_${VERSION}_${RELDATE}-${CI_BUILD_REF_NAME}.zip
-
echo "mv qfq_${VERSION}_*.zip qfq_${VERSION}_${RELDATE}-${CI_BUILD_REF_NAME}.zip"
-
scp qfq_$VERSION_*.zip w16:qfq/snapshots/
-
mv qfq_${VERSION}_*.zip qfq_${VERSION}_${RELDATE}-${CI_BUILD_REF_NAME}.zip
-
mv qfq_$VERSION_*.zip build/qfq.zip
-
scp qfq_${VERSION}_*.zip w16:qfq/snapshots/
-
mv qfq_${VERSION}_*.zip build/qfq.zip
release
:
release
:
stage
:
build
stage
:
build
...
@@ -42,10 +43,10 @@ release:
...
@@ -42,10 +43,10 @@ release:
paths
:
paths
:
-
build/
-
build/
script
:
script
:
-
make VERSION=$VERSION phpunit_release
-
make VERSION=$
{
VERSION
}
phpunit_release
-
chmod a+r qfq_$VERSION_*.zip
-
chmod a+r qfq_$
{
VERSION
}
_*.zip
-
scp qfq_$VERSION_*.zip w16:qfq/releases/
-
scp qfq_$
{
VERSION
}
_*.zip w16:qfq/releases/
-
mv qfq_$VERSION_*.zip build/qfq.zip
-
mv qfq_$
{
VERSION
}
_*.zip build/qfq.zip
selenium
:
selenium
:
stage
:
selenium
stage
:
selenium
...
...
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