Spaces:
Sleeping
Sleeping
Commit ·
f745aee
1
Parent(s): 0101ee2
fix: comment cp appscpec.yml
Browse files- buildspec.yml +1 -1
buildspec.yml
CHANGED
|
@@ -34,7 +34,7 @@ phases:
|
|
| 34 |
)
|
| 35 |
- echo Writing image tag...
|
| 36 |
- echo $CODEBUILD_RESOLVED_SOURCE_VERSION > image-tag.txt
|
| 37 |
-
- cp appspec.yml appspec.yml
|
| 38 |
|
| 39 |
artifacts:
|
| 40 |
files:
|
|
|
|
| 34 |
)
|
| 35 |
- echo Writing image tag...
|
| 36 |
- echo $CODEBUILD_RESOLVED_SOURCE_VERSION > image-tag.txt
|
| 37 |
+
# - cp appspec.yml appspec.yml
|
| 38 |
|
| 39 |
artifacts:
|
| 40 |
files:
|