1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-26 06:07:05 +01:00
Commit Graph

39 Commits

Author SHA1 Message Date
Kamesh Sampath
7a70abda6b
fix: use right parameter name for secrets-file (#226)
Update the param name to secret-file instead of secrets
2022-11-24 10:57:48 +00:00
Brad Rydzewski
9de573c558 fix lack of colors in drone exec output 2022-11-23 13:33:13 -05:00
TP Honey
057d11a48b (fix) add secret file to compiler in exec 2022-10-20 14:30:53 +01:00
Kamesh Sampath
a5ac6d2330
fix: use .drone.yml as default pipeline file (#219)
use .drone.yml as default pipeline file if no pipeline file is passed
2022-09-06 10:24:13 +01:00
Kamesh Sampath
dcb1602f90
(fix): add labels for tooling to query containers (#218)
* (fix): add labels for tooling to query containers
2022-08-01 12:02:11 +01:00
TP Honey
960e23233e (drone-372) use the modern docker runner for exec, upgrade deps 2022-07-05 14:09:46 +01:00
TP Honey
d646fea5a7 rewrite of exec command, use docker runner code 2022-02-17 11:49:43 +00:00
TP Honey
b4de4dab02 (feat) remove drone-yaml dependency. use docker compiler for lint 2022-02-08 11:08:52 +00:00
Phil Davis
1d2af49130
Fix typo of omitempty in a struct 2021-01-21 13:56:50 +05:45
Brad Rydzewski
0b676a06cc
Merge pull request #172 from eaceaser/git-sha-param
add --sha commandline param to drone exec
2020-12-03 21:12:38 -05:00
Doug Simmons
ac6e68454f Add a pipeline type check to the exec command
If type is not of type 'docker' produce a meaningful
error message. Other pipeline types are not currently
supported by 'drone exec'

The previous error message will likely be
"linter: invalid or missing image", if a
project is using a ssh type, for example.
The error is misleading.
2020-08-18 08:44:37 -07:00
Ed Ceaser
3c59b5fba1 add --sha commandline param to drone exec 2020-05-12 14:42:41 -07:00
domgoer
7f6a5285b8 Add plugins to PrivilegedMode 2019-09-18 15:54:04 +08:00
Sherman Mui
908d27ca67 Fix copy/paste error with --ref 2019-07-23 13:47:15 -07:00
kubaracek
7017cb0c27 Ignore backup folder during build 2019-06-16 17:36:26 +02:00
brising
1c90603a1c Change ocotcat -> octocat 2019-05-29 16:37:20 -04:00
Brad Rydzewski
0dc2f87702 remove default subpath from workspace volume 2019-01-11 13:58:36 -08:00
Brad Rydzewski
cb28d6e451 convert bitbucket pipelines 2019-01-08 12:23:02 -08:00
Dominik Schmidt
92d62d84d9 Do not add all secrets to env but require using from_secret 2018-11-14 11:44:31 +01:00
Dominik Schmidt
08d5aeced7 Add --env-file and fix --secret-file in drone exec 2018-11-13 21:45:44 +01:00
Dominik Schmidt
d7fcf6b995 Fix passing DRONE_* env vars in drone exec 2018-11-13 21:44:14 +01:00
Brad Rydzewski
ada4e9de7e allow registry credentials in drone exec 2018-10-21 12:37:48 -07:00
Brad Rydzewski
290cfa3fe7 support colors in windows terminal 2018-10-10 16:51:03 -07:00
Brad Rydzewski
1045e35283 Merge remote-tracking branch 'origin' 2018-10-10 16:10:47 -07:00
Brad Rydzewski
a8caf25db2 enable legacy yaml converter 2018-10-10 16:10:26 -07:00
Don
5bcbd11a01
Fix typo in pipeline option description 2018-10-09 15:50:38 -07:00
Brad Rydzewski
ca3be72cab update drone exec to 0.9 yaml and runtime 2018-10-09 11:18:46 -07:00
Antonio Beyah
eca37514c1 use SplitN instead of Split for values that contain an = 2018-03-23 10:27:03 -05:00
Antonio Beyah
6c30d71ab8 add in env flag 2018-03-22 15:28:51 -05:00
Thomas Boerger
99acb67cbd
Inject all available env variables as matrix variables (#77)
Inject all available env variables as matrix variables and simplified another env parsing
2018-01-21 21:19:07 +01:00
Jacob McCann
610480361b Properly get whole value for secrets that contain '=' 2017-10-09 10:02:56 -05:00
Thomas Boerger
dbb65a5aad
Added proper arg usage for sub command 2017-08-01 18:39:52 +02:00
Tobias Kunicke
593f4f1fa0 some cleanups 2017-07-17 16:49:24 +02:00
Tobias Kunicke
ecedcd0608 fix drone exec on windows with docker toolbox 2017-07-17 15:06:42 +02:00
Jacob McCann
4fb81d0f36 Take into account volume prefix 2017-06-29 09:43:06 -05:00
Jacob McCann
b92dcce56e Add mounting drone_default to workspaceBase before mounting git repo 2017-06-29 08:09:12 -05:00
Jacob McCann
1d28d70fd6 pretty logging for drone exec 2017-06-28 14:27:40 -05:00
Manuel Rüger
0d71f684eb Set workspace-base to /drone 2017-06-20 19:43:01 +02:00
Brad Rydzewski
615bf50efb copy 0.6 cli to own repo 2017-05-15 13:59:26 +02:00