Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
karname-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Reza Sahebgharan
karname-ui
Commits
59343bf0
Commit
59343bf0
authored
Oct 16, 2019
by
Reza Sahebgharan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test putty
parent
d5c288fa
Pipeline
#344
passed with stages
in 2 minutes and 35 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-1
docker-compose.yml
docker-compose.yml
+2
-1
No files found.
.gitlab-ci.yml
View file @
59343bf0
...
...
@@ -16,6 +16,7 @@ build_in_branch:
-
npm install
-
npm run test-jest
-
echo $env:TAG_VERSION
-
putty -ssh administrator@WinRun -pw $Env:WinRunPass -m D:\putty\command.bat
allow_failure
:
true
except
:
-
master
...
...
@@ -30,7 +31,7 @@ build_in_master:
-
echo "starting build in master"
-
npm install
-
npm run test-jest
-
docker-compose
build --force-rm
-
docker-compose
up -d --force-recreate
allow_failure
:
true
only
:
-
master
...
...
docker-compose.yml
View file @
59343bf0
...
...
@@ -3,11 +3,12 @@ version: '3'
services
:
app
:
container_name
:
karname-app
restart
:
on-failure
build
:
context
:
.
dockerfile
:
docker/devel/Dockerfile
image
:
karname
/app:1.0
image
:
karname
-image
ports
:
-
'
5050:3000'
depends_on
:
...
...
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