Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PaymentServer
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
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Administrator
PaymentServer
Commits
b7f759c1
Commit
b7f759c1
authored
5 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
Perhaps this image will work better.
it uses bash, at least.
parent
f66da21f
No related branches found
Branches containing commit
No related tags found
1 merge request
!14
Try out a CircleCI configuration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+1
-17
1 addition, 17 deletions
.circleci/config.yml
with
1 addition
and
17 deletions
.circleci/config.yml
+
1
−
17
View file @
b7f759c1
...
...
@@ -17,7 +17,7 @@ version: 2.1
jobs
:
test
:
docker
:
-
image
:
"
nixo
s
/nix:
2.2.1
"
-
image
:
"
nixo
rg
/nix:
circleci
"
environment
:
NIXPKGS_REV
:
"
3c83ad6ac13b67101cc3e2e07781963a010c1624"
...
...
@@ -28,28 +28,12 @@ jobs:
command
:
|
echo "export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/$NIXPKGS_REV.tar.gz >> $BASH_ENV"
-
run
:
name
:
"
Install
CA
Certificates"
command
:
|
# Required for cache and artifact interactions. Though we use a
# nix image, it's actually an alpine base... The CircleCI cache
# management and artifact uploader don't know how to use the nix
# ca bundle we could install.
apk update
apk add ca-certificates
-
restore_cache
:
name
:
"
Restore
Nix
Store
Paths"
keys
:
-
paymentserver-nix-store-v1-{{ .Environment.NIXPKGS_REV }}
-
paymentserver-nix-store-v1-
-
run
:
name
:
"
Install
Git"
command
:
|
# Required for the checkout step.
nix-env -i git openssh
-
"
checkout"
-
restore_cache
:
...
...
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