Skip to content

Commit

Permalink
revert podman to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jenxie committed Oct 12, 2024
1 parent 951a2ae commit f9a47f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEST?=netbox/*.go
TEST_FUNC?=TestAccNetboxEventRule_basic
GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor)
DOCKER_COMPOSE=podman compose
DOCKER_COMPOSE=docker compose

export NETBOX_VERSION=v4.0.11
export NETBOX_SERVER_URL=http://localhost:8001
Expand Down

0 comments on commit f9a47f9

Please sign in to comment.