Skip to content

Commit

Permalink
Fix var substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcalvin committed Feb 15, 2024
1 parent 6dedc96 commit b30f6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ fisheye-job:
script:
- echo "Triggering Fisheye hook"
- |
curl -X PUT -H 'X-Api-Key: $FISHEYE_KEY' -H "Content-Type: application/json" -m 20 http://fisheye.openacs.org/rest-service-fecru/admin/repositories/nsf/incremental-index
curl -X PUT -H "X-Api-Key: $FISHEYE_KEY" -H "Content-Type: application/json" -m 20 http://fisheye.openacs.org/rest-service-fecru/admin/repositories/nsf/incremental-index

0 comments on commit b30f6f4

Please sign in to comment.