Skip to content

Commit ef44517

Browse files
author
kiran-garre
committed
chore: Remove old/unrelated files
1 parent 12a70b5 commit ef44517

File tree

4 files changed

+0
-652
lines changed

4 files changed

+0
-652
lines changed

build-config/buildspec-linux.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,10 @@ phases:
2828
- mise install
2929
- eval "$(mise activate bash --shims)"
3030
# Install python deps
31-
<<<<<<< HEAD
3231
- pip3 install -r build-scripts/requirements.txt
3332
build:
3433
commands:
3534
- python3.11 build-scripts/qchatmain.py build
36-
=======
37-
- pip3 install -r scripts/requirements.txt
38-
build:
39-
commands:
40-
- python3.11 scripts/main.py build
41-
>>>>>>> f27a0bb9194e533a13f203113b20ee5fa5688cc5
4235

4336
artifacts:
4437
discard-paths: "yes"

build-config/buildspec-macos.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,11 @@ phases:
2525
- eval "$(mise activate zsh --shims)"
2626
# Install python deps
2727
- python3 -m venv scripts/.env
28-
<<<<<<< HEAD
2928
- source build-scripts/.env/bin/activate
3029
- pip3 install -r build-scripts/requirements.txt
3130
build:
3231
commands:
3332
- python3 build-scripts/qchatmain.py build --skip-lints --skip-tests --not-release
34-
=======
35-
- source scripts/.env/bin/activate
36-
- pip3 install -r scripts/requirements.txt
37-
build:
38-
commands:
39-
- python3 scripts/main.py build
40-
>>>>>>> f27a0bb9194e533a13f203113b20ee5fa5688cc5
4133

4234
artifacts:
4335
discard-paths: "yes"

0 commit comments

Comments
 (0)