-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharsh.yml
58 lines (56 loc) · 1.14 KB
/
arsh.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
version: 0.2
#env:
#variables:
# key: "value"
# key: "value"
#parameter-store:
# key: "value"
# key: "value"
phases:
install:
#runtime-versions:
# name: version
# name: version
commands:
- echo "Strated installation"
# - pwd
# - ls -la
# - chmod +x myecho.sh
# - ./myecho.sh
# - npm i
# - cat log.txt
# - git branch
# - cd ../
# - ls -la
# - echo "its working..."
# - command
# - command
pre_build:
commands:
- echo "Prebuild STart"
- echo $CODEBUILD_SOURCE_VERSION
- echo $CODEBUILD_SOURCE_REPO_URL
- echo $CODEBUILD_WEBHOOK_TRIGGER
- echo $CODEBUILD_RESOLVED_SOURCE_VERSION
# - command
# - command
build:
commands:
- "we are building on it...."
# - command
# - command
post_build:
commands:
- echo "POST build Start"
# - command
# - command
#artifacts:
#files:
# - location
# - location
#name: $(date +%Y-%m-%d)
#discard-paths: yes
#base-directory: location
#cache:
#paths:
# - paths