@@ -18,7 +18,7 @@ This is the simplest use of the plugin. Whenever the `master` branch is built, i
1818``` yaml
1919steps :
2020 - plugins :
21- - forumone/artifact-push#v0.3.0 :
21+ - forumone/artifact-push#v0.3.1 :
2222 source-directory : .
2323 remote :
[email protected] /remote.git 2424 branches :
@@ -32,7 +32,7 @@ There is a long-hand form that can be used to change this mapping logic. For exa
3232` ` ` yaml
3333steps:
3434 - plugins:
35- - forumone/artifact-push#v0.3.0 :
35+ - forumone/artifact-push#v0.3.1 :
3636 source-directory: services/drupal/web
3737 remote: [email protected] /remote.git 3838 branches:
@@ -45,7 +45,7 @@ Finally, the remote can be changed on a per-branch basis in case there is a sepa
4545` ` ` yaml
4646steps:
4747 - plugins:
48- - forumone/artifact-push#v0.3.0 :
48+ - forumone/artifact-push#v0.3.1 :
4949 source-directory: services/drupal/web
5050 remote: [email protected] /remote/development.git 5151 branches:
@@ -61,7 +61,7 @@ If you need to perform an SSH keyscan to obtain `known_hosts` keys, use the `key
6161` ` ` yaml
6262steps:
6363 - plugins:
64- - forumone/artifact-push#v0.3.0 :
64+ - forumone/artifact-push#v0.3.1 :
6565 source-directory: services/drupal/web
6666 remote: [email protected] /remote.git 6767 branches:
@@ -77,7 +77,7 @@ When working with a source project, you generally will need to override your pro
7777` ` ` yaml
7878steps:
7979 - plugins:
80- - forumone/artifact-push#v0.3.0 :
80+ - forumone/artifact-push#v0.3.1 :
8181 source-directory: .
8282 remote: [email protected] /remote.git 8383 branches:
@@ -94,7 +94,7 @@ Similarly, if the remote tracks files that your project ignores, use the `ignore
9494` ` ` yaml
9595steps:
9696 - plugins:
97- - forumone/artifact-push#v0.3.0 :
97+ - forumone/artifact-push#v0.3.1 :
9898 source-directory: .
9999 remote: [email protected] /remote.git 100100 branches:
@@ -110,7 +110,7 @@ The Git behavior can be overridden. The plugin accepts options to override the G
110110` ` ` yaml
111111steps:
112112 - plugins:
113- - forumone/artifact-push#v0.3.0 :
113+ - forumone/artifact-push#v0.3.1 :
114114 source-directory: .
115115 remote: [email protected] /remote.git 116116 branches:
0 commit comments