Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr committed Jan 15, 2024
1 parent ea93775 commit 330bc0f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
version: 0.2

phases:
install:
commands:
- echo Installing necessary dependencies...
- apt-get update && apt-get install -y git
pre_build:
commands:
- echo Starting the build process...
- echo Current working directory:
- pwd
- ls -la
- echo Cloning the repository...
- git clone https://github.com/OpenAdaptAI/SoM.git
- cd SoM
- git fetch --all
- git checkout feat/deploy
- echo "Commit ID:"
- git rev-parse HEAD
- git reset --hard origin/feat/deploy
- echo "Post-checkout file listing:"
- ls -la
build:
commands:
- echo Build started on `date`
Expand All @@ -23,4 +24,4 @@ phases:
commands:
- echo Pushing the Docker image...
- docker push 726461418004.dkr.ecr.us-east-1.amazonaws.com/guiai-app:latest
- echo Build completed on `date`
- echo Build completed on `date`

0 comments on commit 330bc0f

Please sign in to comment.