Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TOP Extras
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
TDL Open Source
TOP Extras
Merge requests
!1
-remove redudancy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
-remove redudancy
dev
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Philip Makedonski
requested to merge
dev
into
main
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
7d6f196f
1 commit,
1 year ago
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
0
−
1
Options
@@ -245,7 +245,6 @@ pages:
-
curl --fail "$CI_PAGES_URL/content.zip" -o "content.zip"
-
if [ -e "content.zip" ]; then unzip "content.zip"; rm "content.zip"; fi
-
set -e
-
ls -la $RELEASE_PATH
# Cleanup content? -> remove content in release path?
# Add/update content
-
echo $CI_PAGES_URL
Loading