Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Julia Docker Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FACT
FACT Utils
Julia Docker Client
Commits
e000fdb1
Commit
e000fdb1
authored
6 months ago
by
Riccardo Boero
Browse files
Options
Downloads
Patches
Plain Diff
Removed need for dind from CI CD
parent
fe6ce68c
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
+0
-2
0 additions, 2 deletions
.gitlab-ci.yml
test/runtests.jl
+0
-6
0 additions, 6 deletions
test/runtests.jl
with
0 additions
and
8 deletions
.gitlab-ci.yml
+
0
−
2
View file @
e000fdb1
...
@@ -8,8 +8,6 @@ stages:
...
@@ -8,8 +8,6 @@ stages:
# Test stage for running unit tests with Docker
# Test stage for running unit tests with Docker
test
:
test
:
stage
:
test
stage
:
test
services
:
-
docker:dind
# Docker-in-Docker service to allow Docker commands in your job
variables
:
variables
:
JULIA_PROJECT
:
"
."
# Ensure that Julia uses the project environment
JULIA_PROJECT
:
"
."
# Ensure that Julia uses the project environment
before_script
:
before_script
:
...
...
This diff is collapsed.
Click to expand it.
test/runtests.jl
+
0
−
6
View file @
e000fdb1
...
@@ -3,12 +3,6 @@ using JuliaDockerClient
...
@@ -3,12 +3,6 @@ using JuliaDockerClient
@testset
"Docker Client Utils Tests"
begin
@testset
"Docker Client Utils Tests"
begin
@testset
"test_connection Tests"
begin
# Testing if the Docker service is reachable
@test
test_connection
()
==
true
# This expects the Docker service to be running
end
@testset
"registry_login Tests"
begin
@testset
"registry_login Tests"
begin
@testset
"registry_login Tests"
begin
@testset
"registry_login Tests"
begin
# Access environment variables using ENV dictionary
# Access environment variables using ENV dictionary
...
...
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