Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Mar 21, 2024
1 parent a207c98 commit 120af64
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
AWS_SECRET_ACCESS_KEY:: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION:: ${{ secrets.AWS_REGION }}
run: |
apt-get update && apt-get install -y awscli
sudo apt-get update && apt-get install -y awscli
go test -v ./...
build-and-publish:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ensure this version tracks with go.mod and /Dockerfile-test
# Ensure this version tracks with go.mod and workflows
FROM golang:1.19 as builder

# Ensure go build env is correct
Expand Down
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,3 @@ services:
app:
build: .
working_dir: /src

test:
build:
context: .
dockerfile: Dockerfile-test
environment:
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
AWS_REGION: $AWS_REGION
working_dir: /src
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/silinternational/awsops

// Ensure this version tracks with /Dockerfile and /Dockerfile-test
// Ensure this version tracks with /Dockerfile and workflows
go 1.19

require (
Expand Down

0 comments on commit 120af64

Please sign in to comment.