Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sutty-base-jekyll-theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
sutty
jekyll
sutty-base-jekyll-theme
Commits
3099f5c1
Commit
3099f5c1
authored
3 years ago
by
Nulo
Browse files
Options
Downloads
Patches
Plain Diff
ci: usar ssh_key en vez de git_base64_ssh_key
parent
d44c000e
Branches
webpack-ci
No related tags found
1 merge request
!16
Compilar el JavaScript automáticamente en la CI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.woodpecker.yml
+2
-2
2 additions, 2 deletions
.woodpecker.yml
with
2 additions
and
2 deletions
.woodpecker.yml
+
2
−
2
View file @
3099f5c1
...
...
@@ -8,7 +8,7 @@ pipeline:
-
make webpack hainish="sh -c"
-
eval $(ssh-agent -s)
-
echo "$${
GIT_BASE64_
SSH_KEY}" |
base64 -d
| ssh-add -
-
echo "$${SSH_KEY}" |
tr -d '\r'
| ssh-add -
-
git config user.name Woodpecker
-
git config user.email ci@nulo.in
...
...
@@ -16,7 +16,7 @@ pipeline:
-
git status
-
git diff-index --quiet HEAD --ignore-submodules || ( git add assets/js/pack* && git commit assets/js/ _data/assets.json -m "[skip ci] Recompilar JS" && git push -u nulo HEAD:${DRONE_BRANCH} )
secrets
:
-
git_base64_
ssh_key
-
ssh_key
when
:
path
:
include
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment