Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Theia stack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esa-common
che7
stacks
Theia stack
Commits
1aab7ca9
Commit
1aab7ca9
authored
3 years ago
by
Teddy Kossoko
Browse files
Options
Downloads
Patches
Plain Diff
Update buildEclipseStack.sh, .gitlab-ci.yml
parent
82e9af45
No related branches found
No related tags found
1 merge request
!1
Draft: Master
Pipeline
#1126
failed with stages
in 12 minutes and 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
buildEclipseStack.sh
+1
-1
1 addition, 1 deletion
buildEclipseStack.sh
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
1aab7ca9
...
@@ -36,7 +36,7 @@ dockerhub:
...
@@ -36,7 +36,7 @@ dockerhub:
-
docker login -u kosted -p $KOSTED_DOCKER_HUB_TOKEN
-
docker login -u kosted -p $KOSTED_DOCKER_HUB_TOKEN
-
export DOCKER_ID_USER="kosted"
-
export DOCKER_ID_USER="kosted"
#- docker build --pull -t "$CI_REGISTRY_IMAGE" .
#- docker build --pull -t "$CI_REGISTRY_IMAGE" .
-
echo $
-
echo $
DOCKER_ID_USER
-
docker push $DOCKER_ID_USER/bmap-stack:$VERSION
-
docker push $DOCKER_ID_USER/bmap-stack:$VERSION
only
:
only
:
-
master
-
master
...
...
This diff is collapsed.
Click to expand it.
buildEclipseStack.sh
+
1
−
1
View file @
1aab7ca9
#zip -r Project_template.zip Project_template
#zip -r Project_template.zip Project_template
export
VERSION
=
0.
5
export
VERSION
=
0.
6
export
DOCKER_ID_USER
=
"registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap"
export
DOCKER_ID_USER
=
"registry.eu-west-0.prod-cloud-ocb.orange-business.com/cloud-biomass-maap"
docker build
-t
$DOCKER_ID_USER
/bmap-stack:
$VERSION
.
docker build
-t
$DOCKER_ID_USER
/bmap-stack:
$VERSION
.
docker run
--rm
$DOCKER_ID_USER
/bmap-stack:
$VERSION
pip freeze
docker run
--rm
$DOCKER_ID_USER
/bmap-stack:
$VERSION
pip freeze
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment