2022-10-29 01:33:27 +02:00
2022-10-29 01:33:27 +02:00
2022-10-29 00:03:31 +02:00
2022-10-29 00:07:58 +02:00
2022-10-29 01:33:27 +02:00
2022-10-29 00:09:03 +02:00
2022-10-28 23:41:27 +02:00
2022-10-28 23:41:27 +02:00
2022-10-29 00:11:22 +02:00
2022-10-29 01:34:32 +02:00
2022-10-28 23:43:04 +00:00
2022-10-29 01:33:27 +02:00
2022-10-29 01:33:27 +02:00

dagger drone test

Simply run below command to test your pipeline, can also be used through a trusted repository in Droneci. But as we are using docker and dagger, this can be done locally just as well

dagger_tag=$(openssl rand -hex 12)
docker build -t dagger-test-builder:${dagger_tag} .
docker run -v /var/run/docker.sock:/var/run/docker.sock dagger-test-builder:${dagger_tag} ./dagger 'https://github.com/kpenfound/greetings-api.git'

recording of above command

Description
No description provided
Readme 2.1 MiB
Languages
Go 45.5%
Shell 43.1%
Dockerfile 11.4%