Skip to content

Commit

Permalink
Merge pull request #27 from uptick/dev-947/migrate-splat-lambdas-to-n…
Browse files Browse the repository at this point in the history
…ew-ecr-repo

Push test images, Fix mise config
  • Loading branch information
mdesouky authored Dec 2, 2024
2 parents e23506a + 3a2037f commit 4aef068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Test
on:
push:
branches:
- master
pull_request: ~
pull_request: ~

permissions:
actions: read # Read the metrics
Expand All @@ -26,11 +23,9 @@ jobs:
docker-prefix: test
docker-tag-latest: false
docker-image-platforms: linux/amd64
docker-push: false
docker-repository: "610829907584.dkr.ecr.ap-southeast-2.amazonaws.com/splat"
command: |
echo "$SECRET_ENV" > /tmp/deploy_key
chmod 600 /tmp/deploy_key
GIT_SSH_COMMAND="ssh -i /tmp/deploy_key -o StrictHostKeyChecking=accept-new" git clone [email protected]:uptick/splat-private.git
rm /tmp/deploy_key
4 changes: 2 additions & 2 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tools]
poetry = { version = 'latest', pyproject = 'pyproject.toml' }
python = { version= '3.11.*'}
awscli = '*'
python = { version= '3.11'}
awscli = '2.22.7'

[tasks.format]
description = "Run all formatters"
Expand Down

0 comments on commit 4aef068

Please sign in to comment.