Skip to content

Commit b0b6ec5

Browse files
committed
ci: fix deployment
1 parent 28c13c3 commit b0b6ec5

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# publish docker images
3535
mkdir -p ~/.ssh
3636
ssh-keyscan github.com >> ~/.ssh/known_hosts
37-
git tag -d ${VERSION}
37+
#git tag -d ${VERSION}
3838
git tag ${VERSION}
3939
git push origin ${VERSION}
4040
docker login -u $DOCKER_USER -p $DOCKER_PASS

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ The GeoLambda image does not have an entrypoint defined, so a command must be pr
3939

4040
If you just wish to use the publicly available Lambda layer you will need the ARN for the layer in same region as your Lambda function. Currently, GeoLambda layers are available in `us-east-1`, `us-west-2`, and `eu-central-1`. If you want to use it in another region please file an issue or you can also create your own layer using this repository (see instructions below on 'Create a new version').
4141

42-
#### v1.1.0
43-
44-
| Region | ARN |
45-
| ------ | --- |
46-
| us-east-1 | arn:aws:lambda:us-east-1:552188055668:layer:geolambda:1 |
47-
| us-west-2 | arn:aws:lambda:us-west-2:552188055668:layer:geolambda:1 |
48-
| eu-central-1 | arn:aws:lambda:eu-central-1:552188055668:layer:geolambda:1 |
49-
5042
#### v1.1.0rc2
5143

5244
| Region | ARN |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.0rc2

0 commit comments

Comments
 (0)