Commit Graph

97 Commits

Author SHA1 Message Date
2ca1f86ec4
fix(ci): use specific images for different architectures
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-01 19:20:45 +02:00
c33efa3ce9
fix: disable aws integration
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-10-01 19:03:40 +02:00
d320981914
fix(ci): rename drone.yml to .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-10-01 18:57:32 +02:00
4d91bb9897
core(deps): update git.cryptic.systems/volker.raschek/markdownlint to 0.37.0 2023-10-01 18:56:07 +02:00
d6adb0e2e3
refac: project 2023-10-01 18:54:37 +02:00
TP Honey
39d233b3d9
Update .drone.yml 2023-01-04 12:13:02 +00:00
TP Honey
d2b4c922fd
Update Dockerfile.windows.ltsc2022 2023-01-04 12:06:51 +00:00
TP Honey
c40d9ffccc
(maint) fix release for windows images (#49) 2023-01-04 11:54:02 +00:00
TP Honey
f03006262c
(maint) move to harness.drone.io (#48) 2023-01-04 10:25:17 +00:00
Julien Duchesne
8070857203
Add retries option (#43)
* Add `retries` option

It can be enabled this way:
```
clone:
  retries: 3
```
2021-11-23 10:23:52 +00:00
Brad Rydzewski
3ccd78325a revert to root due to npm issues 2021-05-14 09:09:58 -04:00
Brad Rydzewski
806bc25846 remove debug log entry 2021-05-06 14:40:28 -04:00
Brad Rydzewski
3d2cbbe9ba Merge remote-tracking branch 'origin/drone_non_root' into drone_non_root 2021-05-06 14:39:26 -04:00
Brad Rydzewski
f7b49aaf9e update readme and annotate code with change 2021-05-06 14:39:13 -04:00
Shubham Agrawal
be769618aa updated dockerfile for arm 2021-05-06 20:10:24 +05:30
Shubham Agrawal
487521c8bc provided 777 to /home/drone 2021-05-06 19:39:42 +05:30
Shubham Agrawal
79700f47fe Allow non-root user to run git clone plugin 2021-05-06 19:12:05 +05:30
Brad Rydzewski
41c2120a63 improve logs indicating HOME directory created 2021-05-04 21:17:22 -04:00
Brad Rydzewski
9a0e8cc9d6 create HOME directory if not exists 2021-05-04 21:16:15 -04:00
Brad Rydzewski
16f4dd8829 revert to alpine 3.12 due to dns issue 2021-05-04 21:07:07 -04:00
Brad Rydzewski
e2f563e07f
Merge pull request #38 from drone/update_git_version
Update git version to 2.30.2 to fix git clone vulnerability
2021-03-23 10:17:32 -04:00
Shubham Agrawal
56e4928d73 Update git version to 2.30.2 2021-03-19 20:31:24 +05:30
Shubham Agrawal
70fe2c5f68
Merge pull request #37 from drone/update_dockerfile
Use alpine package to install aws cl1 v1.18
2021-02-16 11:28:58 +05:30
Shubham Agrawal
f006eebba3 addressed comments 2021-02-15 23:19:47 +05:30
Shubham Agrawal
937b910001 Using alpine package for aws cli 2021-02-10 17:11:16 +05:30
Shubham Agrawal
6647ff2107 Use pip to install aws cl1 v1.19.5 2021-02-10 16:06:42 +05:30
Shubham Agrawal
a0b9eebc4f
Merge pull request #36 from drone/aws_codecommit
Added AWS codecommit support using access & secret keys
2021-02-05 21:10:09 +05:30
Shubham Agrawal
e82207b591 Fix UT 2021-02-05 20:39:03 +05:30
Shubham Agrawal
21eadbab5b Fixed test 2021-02-05 20:35:55 +05:30
Shubham Agrawal
b3e3302ecf Added AWS codecommit support using access & secret keys 2021-02-05 20:02:25 +05:30
Brad Rydzewski
d2d831e671
Merge pull request #35 from r3pek/master
Upgrade to alpine 3.12 to support TLS 1.3
2020-12-09 16:13:46 -05:00
Carlos Mogas da Silva
3fece4c3ef Upgrade to alpine 3.12 to support TLS 1.3 2020-11-26 23:53:24 +00:00
Brad Rydzewski
3f12c6de5c
Merge pull request #33 from shubham149/ssh_key
Added DRONE_SSH_KEY for ssh key environment variable
2020-11-06 09:19:05 -05:00
Brad Rydzewski
6950125511
rename ssh_key to DRONE_SSH_KEY 2020-11-06 09:10:13 -05:00
Shubham Agrawal
e8ff70dc6a Added DRONE_SSH_KEY for ssh key environment variable 2020-11-04 12:38:22 +05:30
Brad Rydzewski
4148c5c886
allow depth when cloning head commit in branch 2020-10-29 10:27:49 -04:00
Brad Rydzewski
fc019e513c
fix checkout by branch 2020-10-29 10:18:31 -04:00
Brad Rydzewski
d0bca2a1f7
Merge pull request #32 from shubham149/clone_branch
Support cloning a branch without commit ID
2020-10-29 10:11:23 -04:00
Shubham Agrawal
dd96a5a670 Support cloning a branch without commit 2020-10-29 16:07:40 +05:30
Brad Rydzewski
1cc29870a1 added 1909 image to manifest 2020-05-03 15:03:56 -04:00
Brad Rydzewski
e4396e7c26 added 1909 dockerfile 2020-05-03 15:02:48 -04:00
Brad Rydzewski
a5164ab012 handle empty branch 2020-04-28 18:54:00 -04:00
Brad Rydzewski
1af95e7756
Merge pull request #19 from andrewrynhard/promote
feat: add support for promoting pull requests
2019-09-18 10:18:38 -07:00
Andrew Rynhard
570050ebdd
feat: add support for promoting pull requests
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-08-28 03:11:52 +00:00
Brad Rydzewski
da8b0f06c8 support semver in manifest [ci skip] 2019-08-06 14:54:41 -07:00
Brad Rydzewski
3aa6fca781 add starlark script [ci skip] 2019-08-06 14:32:02 -07:00
Brad Rydzewski
14ed083e1c add linux builds to pipeline 2019-08-06 14:21:32 -07:00
Brad Rydzewski
5f949df9c8 add 1809 windows build 2019-08-06 13:07:02 -07:00
Brad Rydzewski
47ba7912a0 attempt windows 1903 build 2019-08-06 10:06:46 -07:00
Brad Rydzewski
8f0278c190 add 1809 build using ssh driver [ci skip] 2019-08-04 22:26:47 -07:00