Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vladimir KozLove
bitmask-vpn
Commits
a8e37837
Unverified
Commit
a8e37837
authored
4 years ago
by
meskio
Committed by
Kali Kaneko
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[ci] use the registry of the repo
parent
eb27557a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
docker/Makefile
+1
-1
1 addition, 1 deletion
docker/Makefile
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
4
−
4
View file @
a8e37837
...
...
@@ -6,7 +6,7 @@ stages:
-
vendor
build_test
:
image
:
registry.0xacab.org/leap/
docker/
bitmask-vpn:latest
image
:
registry.0xacab.org/leap/bitmask-vpn:latest
stage
:
build
script
:
-
apt update
...
...
@@ -22,7 +22,7 @@ build_test:
expire_in
:
1 month
# branded_push:
# image: registry.0xacab.org/leap/
docker/
bitmask-vpn:latest
# image: registry.0xacab.org/leap/bitmask-vpn:latest
# stage: push
# only:
# - master
...
...
@@ -47,14 +47,14 @@ build_test:
# trigger_deb:
# image: registry.0xacab.org/leap/
docker/
buster_amd64:latest
# image: registry.0xacab.org/leap/buster_amd64:latest
# stage: trigger
# script:
# - echo "Triggering CI pipeline on https://0xacab.org/leap/riseup-vpn_package/pipelines"
# - "curl -X POST -F token=$RISEUP_VPN_DEB_TRIGGER_TOKEN -F ref=master https://0xacab.org/api/v4/projects/1916/trigger/pipeline"
vendorize
:
image
:
registry.0xacab.org/leap/
docker/
bitmask-vpn:latest
image
:
registry.0xacab.org/leap/bitmask-vpn:latest
stage
:
vendor
script
:
#- 'PROVIDERS="riseup calyx" make build_all_providers'
...
...
This diff is collapsed.
Click to expand it.
docker/Makefile
+
1
−
1
View file @
a8e37837
...
...
@@ -4,7 +4,7 @@
#########################################################################
IMAGE
=
bitmask-vpn
REGISTRY
=
registry.0xacab.org/leap
/docker
REGISTRY
=
registry.0xacab.org/leap
PROVIDER
=
riseup
PRODUCT
=
$(
shell
echo
$(
PROVIDER
)
|
sed
-e
"s/
\b\(
.
\)
/
\u\1
/g"
)
VPN
...
...
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