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
cb63cf3a
Commit
cb63cf3a
authored
Oct 10, 2019
by
Benjamin Baer
Browse files
Rename $VERSION to ${VERSION}
parent
4610693c
Pipeline
#2464
passed with stages
in 2 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cb63cf3a
...
...
@@ -27,12 +27,12 @@ snapshot:
paths
:
-
build/
script
:
-
make VERSION=$VERSION phpunit_snapshot
-
chmod a+r qfq_$VERSION_*.zip
-
echo "qfq_$VERSION_*.zip qfq_${VERSION}_${RELDATE}-${CI_BUILD_REF_NAME}.zip"
-
mv qfq_$VERSION_*.zip qfq_${VERSION}_${RELDATE}-${CI_BUILD_REF_NAME}.zip
-
scp qfq_$VERSION_*.zip w16:qfq/snapshots/
-
mv qfq_$VERSION_*.zip build/qfq.zip
-
make VERSION=$
{
VERSION
}
phpunit_snapshot
-
chmod a+r qfq_$
{
VERSION
}
_*.zip
-
echo "
mv
qfq_$
{
VERSION
}
_*.zip qfq_${VERSION}_${RELDATE}-${CI_BUILD_REF_NAME}.zip"
-
mv qfq_$
{
VERSION
}
_*.zip qfq_${VERSION}_${RELDATE}-${CI_BUILD_REF_NAME}.zip
-
scp qfq_$
{
VERSION
}
_*.zip w16:qfq/snapshots/
-
mv qfq_$
{
VERSION
}
_*.zip build/qfq.zip
release
:
stage
:
build
...
...
@@ -43,10 +43,10 @@ release:
paths
:
-
build/
script
:
-
make VERSION=$VERSION phpunit_release
-
chmod a+r qfq_$VERSION_*.zip
-
scp qfq_$VERSION_*.zip w16:qfq/releases/
-
mv qfq_$VERSION_*.zip build/qfq.zip
-
make VERSION=$
{
VERSION
}
phpunit_release
-
chmod a+r qfq_$
{
VERSION
}
_*.zip
-
scp qfq_$
{
VERSION
}
_*.zip w16:qfq/releases/
-
mv qfq_$
{
VERSION
}
_*.zip build/qfq.zip
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