Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
deadlock-desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
deadlock-public
deadlock-desktop
Commits
3cb501a8
Commit
3cb501a8
authored
3 years ago
by
Mohamed AZIKIOU
Browse files
Options
Downloads
Patches
Plain Diff
fix: pipeline
parent
e285f43a
No related branches found
No related tags found
No related merge requests found
Pipeline
#15674
canceled
3 years ago
Stage: build
Stage: publish
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+3
-7
3 additions, 7 deletions
.gitlab-ci.yml
package-lock.json
+2
-2
2 additions, 2 deletions
package-lock.json
package.json
+1
-1
1 addition, 1 deletion
package.json
with
6 additions
and
10 deletions
.gitlab-ci.yml
+
3
−
7
View file @
3cb501a8
...
@@ -18,13 +18,13 @@ build:
...
@@ -18,13 +18,13 @@ build:
-
apk update
-
apk update
-
apk add nodejs npm
-
apk add nodejs npm
-
export TAG=${CI_COMMIT_TAG:-latest}
-
export TAG=${CI_COMMIT_TAG:-latest}
-
./setup.sh
-
pwd
-
ls -al
-
sh setup.sh
script
:
script
:
-
./build.sh $TAG desktop $CI_REGISTRY_IMAGE
-
./build.sh $TAG desktop $CI_REGISTRY_IMAGE
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $REGISTRY
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $REGISTRY
-
docker push $CI_REGISTRY_IMAGE/$VERSION:$TAG
-
docker push $CI_REGISTRY_IMAGE/$VERSION:$TAG
only
:
-
master
desktop_extension:package:pre-release
:
desktop_extension:package:pre-release
:
stage
:
build
stage
:
build
...
@@ -39,8 +39,6 @@ desktop_extension:package:pre-release:
...
@@ -39,8 +39,6 @@ desktop_extension:package:pre-release:
-
npm install --prefix $EXTENSION_PATH
-
npm install --prefix $EXTENSION_PATH
script
:
script
:
-
./build-desktop.sh staging
-
./build-desktop.sh staging
only
:
-
master
desktop_extension:publish:pre-release
:
desktop_extension:publish:pre-release
:
...
@@ -57,8 +55,6 @@ desktop_extension:publish:pre-release:
...
@@ -57,8 +55,6 @@ desktop_extension:publish:pre-release:
script
:
script
:
-
cd $EXTENSION_PATH
-
cd $EXTENSION_PATH
-
npm run vsce-publish -- --pre-release -p $VSCODE_EXTENSION_MARKET_PLACE_ACCESS_TOKEN
-
npm run vsce-publish -- --pre-release -p $VSCODE_EXTENSION_MARKET_PLACE_ACCESS_TOKEN
only
:
-
master
desktop_extension:package:release
:
desktop_extension:package:release
:
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
2
−
2
View file @
3cb501a8
{
{
"name"
:
"deadlock-
theia
"
,
"name"
:
"deadlock-
desktop
"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"lockfileVersion"
:
2
,
"lockfileVersion"
:
2
,
"requires"
:
true
,
"requires"
:
true
,
"packages"
:
{
"packages"
:
{
""
:
{
""
:
{
"name"
:
"deadlock-
theia
"
,
"name"
:
"deadlock-
desktop
"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"devDependencies"
:
{
"devDependencies"
:
{
"husky"
:
"^7.0.4"
,
"husky"
:
"^7.0.4"
,
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
3cb501a8
{
{
"name"
:
"deadlock-
theia
"
,
"name"
:
"deadlock-
desktop
"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"description"
:
"Deadlock Desktop projet basé sur notre propre image de Theia https://gitlab.takima.io/deadlock-public/deadlock-desktop."
,
"description"
:
"Deadlock Desktop projet basé sur notre propre image de Theia https://gitlab.takima.io/deadlock-public/deadlock-desktop."
,
"scripts"
:
{
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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