Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Z
zkci-bitrix
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Карнаухов Константин
zkci-bitrix
Commits
69d77020
Commit
69d77020
authored
Mar 27, 2017
by
Карнаухов Константин
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(ci): disable build.sh
parent
4d7abbfb
Pipeline
#675
passed with stages
in 4 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
build.sh
docker/build.sh
+16
-16
No files found.
.gitlab-ci.yml
View file @
69d77020
...
@@ -33,7 +33,7 @@ staging:
...
@@ -33,7 +33,7 @@ staging:
-
www/vendor/
-
www/vendor/
environment
:
environment
:
name
:
staging
name
:
staging
url
:
http://staging.1.dev.1119.zolotoykod.ru
url
:
"
http://staging.1.dev.1119.zolotoykod.ru"
artifacts
:
artifacts
:
paths
:
paths
:
-
$BUILD_PATH
-
$BUILD_PATH
...
@@ -50,6 +50,6 @@ production:
...
@@ -50,6 +50,6 @@ production:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
environment
:
environment
:
name
:
production
name
:
production
url
:
http://production.1.dev.1119.zolotoykod.ru
url
:
"
http://production.1.dev.1119.zolotoykod.ru"
only
:
only
:
-
tags
-
tags
docker/build.sh
View file @
69d77020
#!/bin/bash
#!/bin/bash
(
#
(
cd
/home/bitrix/site
\
#
cd /home/bitrix/site \
&&
(
#
&& (
# Install dependencies
#
# Install dependencies
yarn
install
--no-progress
--no-bin-links
\
#
yarn install --no-progress --no-bin-links \
& composer update
--no-progress
\
#
& composer update --no-progress \
&
wait
#
& wait
)
&&
(
#
) && (
# Build and migrations
#
# Build and migrations
gulp
\
#
gulp \
&&
php migrator migrate
#
&& php migrator migrate
)
&&
(
#
) && (
# Set permissions
#
# Set permissions
chown
-R
bitrix.bitrix /home/bitrix/site
#
chown -R bitrix.bitrix /home/bitrix/site
)
#
)
)
#
)
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