We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f805ec3 commit e251ff0Copy full SHA for e251ff0
Makefile
@@ -73,7 +73,7 @@ alpine-image: $(ORA_RPM) sgerrand.rsa.pub glibc-2.29-r0.apk
73
docker build -f alpine/Dockerfile $(BUILD_ARGS) -t "iamseth/oracledb_exporter:$(VERSION)-alpine" .
74
docker tag "iamseth/oracledb_exporter:$(VERSION)-alpine" "iamseth/oracledb_exporter:alpine"
75
76
-travis: oci.pc prereq deps test linux darwin docker
+travis: oci.pc prereq deps test linux docker
77
@true
78
79
.PHONY: build deps test clean docker travis oci.pc
0 commit comments