skip to Main Content

Redis – When running rake assets:precompile RAILS_ENV=production over ES6 syntax pipeline got broken

RAILS ASSETS PIPELINE When running rake assets:precompile RAILS_ENV=production over ES6 syntax, assets pipeline got broken. If we instead call rake assets:precompile with environment set to RAILS_ENV=development it perform fine. Summarizing SUCCESS FAIL rake assets:precompile rake assets:precompile RAILS_ENV=production RAILS_ENV=devlopment RAILS_ENV=development `bundle…

VIEW QUESTION

devops pipeline fails, artifact not found – Ubuntu

I have an azure devops pipeline that publishes output, pool: vmImage: 'windows-latest' steps: - script: | dotnet restore dotnet build --configuration Release - task: DotNetCoreCLI@2 inputs: command: publish arguments: '--configuration Release --output publish_output' projects: 'MyProject/*.csproj' publishWebProjects: false modifyOutputPath: false zipAfterPublish:…

VIEW QUESTION
Back To Top
Search