File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
steps :
2
2
- label : " :docker: :hammer:"
3
3
plugins :
4
- docker-compose#v5.6 .0:
4
+ docker-compose#v5.7 .0:
5
5
run : linter
6
6
7
7
- wait
15
15
BUILDKITE_PLUGIN_DOCKER_LOGIN_USERNAME : /pipelines/buildkite/plugin-linter-deploy/docker-login-username
16
16
DOCKER_LOGIN_PASSWORD : /pipelines/buildkite/plugin-linter-deploy/docker-login-password
17
17
- docker-login#v3.0.0: ~
18
- - docker-compose#v5.6 .0:
18
+ - docker-compose#v5.7 .0:
19
19
config : docker-compose.prod.yml
20
20
build : linter
21
21
push :
31
31
BUILDKITE_PLUGIN_DOCKER_LOGIN_USERNAME : /pipelines/buildkite/plugin-linter-deploy/docker-login-username
32
32
DOCKER_LOGIN_PASSWORD : /pipelines/buildkite/plugin-linter-deploy/docker-login-password
33
33
- docker-login#v3.0.0: ~
34
- - docker-compose#v5.6 .0:
34
+ - docker-compose#v5.7 .0:
35
35
config : docker-compose.prod.yml
36
36
build : linter
37
37
push :
Original file line number Diff line number Diff line change 2
2
- label : " :mocha:"
3
3
command : " npm run test"
4
4
plugins :
5
- - docker-compose#v5.6 .0:
5
+ - docker-compose#v5.7 .0:
6
6
run : linter
7
7
8
8
- label : " :eslint:"
9
9
command : " npm run lint"
10
10
plugins :
11
- - docker-compose#v5.6 .0:
11
+ - docker-compose#v5.7 .0:
12
12
run : linter
You can’t perform that action at this time.
0 commit comments