<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: prince raj</title>
    <description>The latest articles on DEV Community by prince raj (@prince_raj_01573cd3c01c7a).</description>
    <link>https://dev.to/prince_raj_01573cd3c01c7a</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1802289%2F296fa779-7836-4c86-ba78-fd89c566ba91.jpg</url>
      <title>DEV Community: prince raj</title>
      <link>https://dev.to/prince_raj_01573cd3c01c7a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prince_raj_01573cd3c01c7a"/>
    <language>en</language>
    <item>
      <title>cp: cannot stat 'bhfonlineshop': No such file or directory. Azure devops pipeline error</title>
      <dc:creator>prince raj</dc:creator>
      <pubDate>Thu, 18 Jul 2024 15:26:34 +0000</pubDate>
      <link>https://dev.to/prince_raj_01573cd3c01c7a/cp-cannot-stat-bhfonlineshop-no-such-file-or-directory-azure-devops-pipeline-error-56h</link>
      <guid>https://dev.to/prince_raj_01573cd3c01c7a/cp-cannot-stat-bhfonlineshop-no-such-file-or-directory-azure-devops-pipeline-error-56h</guid>
      <description>&lt;p&gt;I am running a azure devops pipeline and facing the error below.&lt;br&gt;
I am running a azure devops pipeline and facing the error below.&lt;br&gt;
/usr/bin/bash --noprofile --norc /home/***/myagent/_work/_temp/d6b34bdf-89e5-43e9-862a-c0c33f02f84f.sh&lt;br&gt;
cp: cannot stat 'onlineshop': No such file or directory&lt;/p&gt;

&lt;h2&gt;
  
  
  [error]Bash exited with code '1'.
&lt;/h2&gt;

&lt;p&gt;This is the code snippet of the pipeline&lt;/p&gt;

&lt;p&gt;stages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;stage: Checkout
displayName: 'Checkout Stage'
jobs:

&lt;ul&gt;
&lt;li&gt;job: CheckoutJob
displayName: 'Checkout Job'
steps:

&lt;ul&gt;
&lt;li&gt;checkout: self&lt;/li&gt;
&lt;li&gt;checkout: shop
clean: true
path: shop&lt;/li&gt;
&lt;li&gt;script: |
  cd $(System.DefaultWorkingDirectory) &amp;amp;&amp;amp; sudo cp -r onlineshop $(buildFolder)/builds&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;My source code i.e. onlineshop is not coming under _work/5/s when $(System.DefaultWorkingDirectory) is running. source code onlineshop is coming under _work/5/onlineshop. because of this I am getting error. &lt;/p&gt;

&lt;p&gt;Please help if anyone can help to resolve the issue.&lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;/p&gt;

</description>
      <category>azuredevops</category>
      <category>azure</category>
    </item>
  </channel>
</rss>
