Skip to content

Commit 15ce077

Browse files
authored
Merge pull request #1851 from blackflux/dev
[Gally]: master <- dev
2 parents 214e1bf + 7d3d5c0 commit 15ce077

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

src/plugin/tasks/circleci/snippets/serverless/jobs/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ docker:
33
<<<:
44
- ${file(^/steps/base.yml)}
55
- steps:
6-
- run: yarn global add serverless@3.33.0
6+
- run: yarn global add serverless@3.40.0
77
- run: yarn run build-clean
88
- run: yarn run sls-compile --stack api --region ${awsRegion} --env ${opt:env}
99
- run:

src/plugin/tasks/docker/snippets/sls-dynamodb/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV HOME /user
88
RUN touch ~/.bashrc && \
99
yarn -v || npm install --global yarn && \
1010
source ~/.bashrc && \
11-
yarn global add serverless@3.33.0
11+
yarn global add serverless@3.40.0
1212

1313
RUN touch ~/.bashrc && \
1414
echo "alias u='yarn run u'" >> ~/.bashrc && \

src/plugin/tasks/docker/snippets/sls-react/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV HOME /user
88
RUN touch ~/.bashrc && \
99
yarn -v || npm install --global yarn && \
1010
source ~/.bashrc && \
11-
yarn global add serverless@3.33.0
11+
yarn global add serverless@3.40.0
1212

1313
RUN touch ~/.bashrc && \
1414
echo "alias u='yarn run u'" >> ~/.bashrc && \

src/plugin/tasks/docker/snippets/sls/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV HOME /user
88
RUN touch ~/.bashrc && \
99
yarn -v || npm install --global yarn && \
1010
source ~/.bashrc && \
11-
yarn global add serverless@3.33.0
11+
yarn global add serverless@3.40.0
1212

1313
RUN touch ~/.bashrc && \
1414
echo "alias u='yarn run u'" >> ~/.bashrc && \

test/projects/assorted/@docker-lambda/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV HOME /user
88
RUN touch ~/.bashrc && \
99
yarn -v || npm install --global yarn && \
1010
source ~/.bashrc && \
11-
yarn global add serverless@3.33.0
11+
yarn global add serverless@3.40.0
1212

1313
RUN touch ~/.bashrc && \
1414
echo "alias u='yarn run u'" >> ~/.bashrc && \

test/projects/assorted/@sls-closedsource-dynamodb/.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
key: yarn-packages-{{ checksum "yarn.lock" }}
100100
paths:
101101
- ~/.cache/yarn
102-
- run: yarn global add serverless@3.33.0
102+
- run: yarn global add serverless@3.40.0
103103
- run: yarn run build-clean
104104
- run: yarn run sls-compile --stack api --region awsRegion --env local
105105
- run:
@@ -139,7 +139,7 @@ jobs:
139139
key: yarn-packages-{{ checksum "yarn.lock" }}
140140
paths:
141141
- ~/.cache/yarn
142-
- run: yarn global add serverless@3.33.0
142+
- run: yarn global add serverless@3.40.0
143143
- run: yarn run build-clean
144144
- run: yarn run sls-compile --stack api --region awsRegion --env dev
145145
- run:
@@ -179,7 +179,7 @@ jobs:
179179
key: yarn-packages-{{ checksum "yarn.lock" }}
180180
paths:
181181
- ~/.cache/yarn
182-
- run: yarn global add serverless@3.33.0
182+
- run: yarn global add serverless@3.40.0
183183
- run: yarn run build-clean
184184
- run: yarn run sls-compile --stack api --region awsRegion --env stage
185185
- run:
@@ -219,7 +219,7 @@ jobs:
219219
key: yarn-packages-{{ checksum "yarn.lock" }}
220220
paths:
221221
- ~/.cache/yarn
222-
- run: yarn global add serverless@3.33.0
222+
- run: yarn global add serverless@3.40.0
223223
- run: yarn run build-clean
224224
- run: yarn run sls-compile --stack api --region awsRegion --env prod
225225
- run:

test/projects/assorted/@sls-closedsource-dynamodb/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV HOME /user
88
RUN touch ~/.bashrc && \
99
yarn -v || npm install --global yarn && \
1010
source ~/.bashrc && \
11-
yarn global add serverless@3.33.0
11+
yarn global add serverless@3.40.0
1212

1313
RUN touch ~/.bashrc && \
1414
echo "alias u='yarn run u'" >> ~/.bashrc && \

test/projects/assorted/@sls-closedsource-react/.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
key: yarn-packages-{{ checksum "yarn.lock" }}
100100
paths:
101101
- ~/.cache/yarn
102-
- run: yarn global add serverless@3.33.0
102+
- run: yarn global add serverless@3.40.0
103103
- run: yarn run build-clean
104104
- run: yarn run sls-compile --stack api --region awsRegion --env local
105105
- run:
@@ -139,7 +139,7 @@ jobs:
139139
key: yarn-packages-{{ checksum "yarn.lock" }}
140140
paths:
141141
- ~/.cache/yarn
142-
- run: yarn global add serverless@3.33.0
142+
- run: yarn global add serverless@3.40.0
143143
- run: yarn run build-clean
144144
- run: yarn run sls-compile --stack api --region awsRegion --env dev
145145
- run:
@@ -179,7 +179,7 @@ jobs:
179179
key: yarn-packages-{{ checksum "yarn.lock" }}
180180
paths:
181181
- ~/.cache/yarn
182-
- run: yarn global add serverless@3.33.0
182+
- run: yarn global add serverless@3.40.0
183183
- run: yarn run build-clean
184184
- run: yarn run sls-compile --stack api --region awsRegion --env stage
185185
- run:
@@ -219,7 +219,7 @@ jobs:
219219
key: yarn-packages-{{ checksum "yarn.lock" }}
220220
paths:
221221
- ~/.cache/yarn
222-
- run: yarn global add serverless@3.33.0
222+
- run: yarn global add serverless@3.40.0
223223
- run: yarn run build-clean
224224
- run: yarn run sls-compile --stack api --region awsRegion --env prod
225225
- run:

test/projects/assorted/@sls-closedsource-react/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV HOME /user
88
RUN touch ~/.bashrc && \
99
yarn -v || npm install --global yarn && \
1010
source ~/.bashrc && \
11-
yarn global add serverless@3.33.0
11+
yarn global add serverless@3.40.0
1212

1313
RUN touch ~/.bashrc && \
1414
echo "alias u='yarn run u'" >> ~/.bashrc && \

test/projects/assorted/@sls-closedsource/.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
key: yarn-packages-{{ checksum "yarn.lock" }}
100100
paths:
101101
- ~/.cache/yarn
102-
- run: yarn global add serverless@3.33.0
102+
- run: yarn global add serverless@3.40.0
103103
- run: yarn run build-clean
104104
- run: yarn run sls-compile --stack api --region awsRegion --env local
105105
- run:
@@ -139,7 +139,7 @@ jobs:
139139
key: yarn-packages-{{ checksum "yarn.lock" }}
140140
paths:
141141
- ~/.cache/yarn
142-
- run: yarn global add serverless@3.33.0
142+
- run: yarn global add serverless@3.40.0
143143
- run: yarn run build-clean
144144
- run: yarn run sls-compile --stack api --region awsRegion --env dev
145145
- run:
@@ -179,7 +179,7 @@ jobs:
179179
key: yarn-packages-{{ checksum "yarn.lock" }}
180180
paths:
181181
- ~/.cache/yarn
182-
- run: yarn global add serverless@3.33.0
182+
- run: yarn global add serverless@3.40.0
183183
- run: yarn run build-clean
184184
- run: yarn run sls-compile --stack api --region awsRegion --env stage
185185
- run:
@@ -219,7 +219,7 @@ jobs:
219219
key: yarn-packages-{{ checksum "yarn.lock" }}
220220
paths:
221221
- ~/.cache/yarn
222-
- run: yarn global add serverless@3.33.0
222+
- run: yarn global add serverless@3.40.0
223223
- run: yarn run build-clean
224224
- run: yarn run sls-compile --stack api --region awsRegion --env prod
225225
- run:

test/projects/assorted/@sls-closedsource/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV HOME /user
88
RUN touch ~/.bashrc && \
99
yarn -v || npm install --global yarn && \
1010
source ~/.bashrc && \
11-
yarn global add serverless@3.33.0
11+
yarn global add serverless@3.40.0
1212

1313
RUN touch ~/.bashrc && \
1414
echo "alias u='yarn run u'" >> ~/.bashrc && \

0 commit comments

Comments
 (0)