~sircmpwn/sr.ht-discuss

4 2

Error submitting build job: invalid character

Details
Message ID
<8fbc84e2-769d-8ea5-9f1f-1e4acfb7149e@inventati.org>
DKIM signature
missing
Download raw message
Hi,

I usually have no problem when publishing new posts on my blog, but this 
morning I am getting the following message:

Running "git push"...
remote: Error submitting build job: interpret response: invalid 
character '<' looking for beginning of value
To git.sr.ht:~manuel-uberti/manueluberti.eu

My posts are in Markdown, and the only occurrences of '<' I see is in 
`<hr>`.

Any clue?


Thank you

-- 
Manuel Uberti
https://manueluberti.eu
Details
Message ID
<CP88E0M01V7R.1AM789YZZUPN2@taiga>
In-Reply-To
<8fbc84e2-769d-8ea5-9f1f-1e4acfb7149e@inventati.org> (view parent)
DKIM signature
missing
Download raw message
This was an issue on our side which has now been resolved.
Details
Message ID
<f9cf25d4-7b03-6f9d-438e-1e312e7c9b23@inventati.org>
In-Reply-To
<CP88E0M01V7R.1AM789YZZUPN2@taiga> (view parent)
DKIM signature
missing
Download raw message
On 22/12/22 10:15, Drew DeVault wrote:
> This was an issue on our side which has now been resolved.

I see the build now, thanks.

Has anything else changed, though? My build fails with this message:

An error occurred while installing sass-embedded (1.57.1), and Bundler 
cannot continue.

In Gemfile:
   jekyll-feed was resolved to 0.17.0, which depends on
     jekyll was resolved to 4.3.1, which depends on
       jekyll-sass-converter was resolved to 3.0.0, which depends on
         sass-embedded

But 5 days ago was working just fine. FTR, this is my build.yml:

image: alpine/edge
secrets:
   - <hidden>
oauth: pages.sr.ht/PAGES:RW
environment:
   site: manueluberti.eu
packages:
   - hut
   - ruby-full
   - ruby-dev
sources:
   - git@git.sr.ht/~manuel-uberti/manueluberti.eu
tasks:
   - install-bundler: |
       sudo gem install bundler
   - build: |
       cd $site
       bundle install
       bundle exec jekyll build
   - package: |
       cd $site/_site
       tar -cvz . > ../../site.tar.gz
   - upload: |
       hut pages publish -d $site site.tar.gz


Thanks

-- 
Manuel Uberti
https://manueluberti.eu
Details
Message ID
<CP898A7RWAAR.QA52GOMJ9WLZ@taiga>
In-Reply-To
<f9cf25d4-7b03-6f9d-438e-1e312e7c9b23@inventati.org> (view parent)
DKIM signature
missing
Download raw message
This looks like it's unrelated to sourcehut, probably an issue with gem.
Details
Message ID
<6bc922be-970c-88c3-8c96-c43bd3f7ae27@inventati.org>
In-Reply-To
<CP898A7RWAAR.QA52GOMJ9WLZ@taiga> (view parent)
DKIM signature
missing
Download raw message
On 22/12/22 10:55, Drew DeVault wrote:
> This looks like it's unrelated to sourcehut, probably an issue with gem.

Indeed, it had to do with dart-sass-embedded not available on Alpine.


Thanks again

-- 
Manuel Uberti
https://manueluberti.eu
Reply to thread Export thread (mbox)