Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Terraform Openstack
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
Terraform Openstack
Merge requests
!44
WIP: Feat vol download from s3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
WIP: Feat vol download from s3
krish94/terraform-openstack:feat-vol-download-from-s3
into
master
Overview
0
Commits
20
Pipelines
29
Changes
2
Open
Krish Moodbidri
requested to merge
krish94/terraform-openstack:feat-vol-download-from-s3
into
master
1 year ago
Overview
0
Commits
20
Pipelines
29
Changes
1
Expand
closes
#18 (closed)
Edited
1 year ago
by
Eesaan Atluri
👍
0
👎
0
Merge request reports
Compare
version 9
version 18
967f80e8
1 year ago
version 17
2acdfde1
1 year ago
version 16
31d9ff7d
1 year ago
version 15
96df7bab
1 year ago
version 14
a992f031
1 year ago
version 13
bf4e6cdc
1 year ago
version 12
2dcb83fd
1 year ago
version 11
6dff5150
1 year ago
version 10
fc3fc964
1 year ago
version 9
4abdbc21
1 year ago
version 8
b3b55334
1 year ago
version 7
dd317562
1 year ago
version 6
628c3faa
1 year ago
version 5
7dfaf575
1 year ago
version 4
a0345dee
1 year ago
version 3
1da11f68
1 year ago
version 2
ea1daea3
1 year ago
version 1
7505086e
1 year ago
master (HEAD)
and
version 10
latest version
31f81563
20 commits,
1 year ago
version 18
967f80e8
19 commits,
1 year ago
version 17
2acdfde1
18 commits,
1 year ago
version 16
31d9ff7d
17 commits,
1 year ago
version 15
96df7bab
16 commits,
1 year ago
version 14
a992f031
15 commits,
1 year ago
version 13
bf4e6cdc
14 commits,
1 year ago
version 12
2dcb83fd
13 commits,
1 year ago
version 11
6dff5150
12 commits,
1 year ago
version 10
fc3fc964
11 commits,
1 year ago
version 9
4abdbc21
10 commits,
1 year ago
version 8
b3b55334
9 commits,
1 year ago
version 7
dd317562
8 commits,
1 year ago
version 6
628c3faa
7 commits,
1 year ago
version 5
7dfaf575
6 commits,
1 year ago
version 4
a0345dee
5 commits,
1 year ago
version 3
1da11f68
4 commits,
1 year ago
version 2
ea1daea3
3 commits,
1 year ago
version 1
7505086e
2 commits,
1 year ago
Show latest version
1 file
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
4
−
1
Options
@@ -38,7 +38,10 @@ prep-deploy:
name
:
$TARGET_ENV
script
:
-
export BUILD_DATE=$(TZ=America/Chicago date +%Y-%m-%dT%H%M%S)
-
apt-get update && apt-get install -y awscli
-
apt-get install -y awscli
-
aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
-
aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
-
aws configure set default.region $AWS_DEFAULT_REGION
-
s3cmd get --force -r --host=$AWS_HOST --host-bucket=$AWS_HOST s3://xdmod-vol/ /tmp
-
ls -l /tmp
-
|
Loading