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 d0bb07a commit c64d8ddCopy full SHA for c64d8dd
Makefile
@@ -37,3 +37,7 @@ release:
37
git push origin master
38
git push origin $(TAG)
39
.ONESHELL: release
40
+
41
+promote:
42
+ @drone build promote joseluisq/rust-linux-darwin-builder $(BUILD) $(ENV)
43
+.PHONY: promote
0 commit comments